Click here to Skip to main content
15,881,882 members
Home / Discussions / ASP.NET
   

ASP.NET

 
QuestionEmail cheack Pin
Milind Panchal25-Aug-07 6:38
Milind Panchal25-Aug-07 6:38 
AnswerRe: Email cheack Pin
Colin Angus Mackay25-Aug-07 7:00
Colin Angus Mackay25-Aug-07 7:00 
GeneralRe: Email cheack Pin
Milind Panchal25-Aug-07 19:12
Milind Panchal25-Aug-07 19:12 
AnswerRe: Email cheack Pin
Christian Graus25-Aug-07 20:52
protectorChristian Graus25-Aug-07 20:52 
QuestionReversing Hashed Password to plain text Pin
aransiola25-Aug-07 6:27
aransiola25-Aug-07 6:27 
AnswerRe: Reversing Hashed Password to plain text Pin
Colin Angus Mackay25-Aug-07 6:59
Colin Angus Mackay25-Aug-07 6:59 
AnswerRe: Reversing Hashed Password to plain text Pin
Mark Churchill25-Aug-07 20:56
Mark Churchill25-Aug-07 20:56 
Questionweb.config error in Cassini 2.0 Pin
yccheok25-Aug-07 3:33
yccheok25-Aug-07 3:33 
Hello all,

I have a web application, which I had developed few years ago with ASP .NET 1.1

Today, I would like to deploy the web application to client, using ASP .NET 2.0 + UltiDev Cassini 2.0

I locate my whole project in a folder named C:\website\GOWatch

My setting in UltiDev Cassini 2.0 is as follow :

Application = GoWatch
Port Number = 2040
Physical Path = C:\website\GOWatch

When I try to access an URL http://localhost:2040/DesktopPC/login/Login.aspx (The login.aspx is located physically at C:\website\GOWatch\DesktopPC\login\Login.aspx), I get the following error :




Configuration Error
Description: An error occurred during the processing of a configuration file required to service this request. Please review the specific error details below and modify your configuration file appropriately.

Parser Error Message: It is an error to use a section registered as allowDefinition='MachineToApplication' beyond application level. This error can be caused by a virtual directory not being configured as an application in IIS.

Source Error:
Line 7:
Line 8: <system.web>
Line 9: <authentication mode="Forms">
Line 10: <forms name=".ASPXUSERDEMO" loginUrl="http://10.0.38.4/GoWatch/DesktopPC/login/login.aspx" protection="All" timeout="5" />
Line 11: </authentication>

Source File: C:\website\GOWatch\desktoppc\login\web.config Line: 9





In my entire application, any sub folder with web.config will have the similar error.

Please take note that, there are NO web.config in C:\website\GOWatch, is this the root cause of the error?

Here is the content of my web.config in C:\website\GOWatch\desktoppc\login\web.config


<configuration>
<appSettings>
<add key="ConnectionString" value="server=GOWATCHSERVER\NetSDK; trusted_connection=true; Database=Gowatch" />
<add key="mailserver" value="GowatchServer" />
</appSettings>

<system.web>
<authentication mode="Forms">
<forms name=".ASPXUSERDEMO" loginUrl="http://10.0.38.4/GoWatch/PocketPC/login/login.aspx" protection="All" timeout="5" />
</authentication>
<globalization requestEncoding="UTF-8" responseEncoding="UTF-8" />
<deviceFilters>
<filter name="supportsJavaScript" compare="Javascript" argument="true"/>
</deviceFilters>

</system.web>

<location path="protected">
<system.web>
<authorization>
<deny users="?" />
</authorization>
</system.web>
</location>
</configuration>

Help are very much appreciated! Thank you.

cheok
QuestionHelp Regarding Microsoft WSE 3.0 Pin
fadee25-Aug-07 1:57
fadee25-Aug-07 1:57 
AnswerRe: Help Regarding Microsoft WSE 3.0 Pin
Christian Graus25-Aug-07 2:16
protectorChristian Graus25-Aug-07 2:16 
QuestionHow to access Functions in UserControls? Pin
dhulipudi24-Aug-07 23:53
dhulipudi24-Aug-07 23:53 
AnswerRe: How to access Functions in UserControls? Pin
B.A25-Aug-07 0:12
B.A25-Aug-07 0:12 
AnswerRe: How to access Functions in UserControls? Pin
John-ph25-Aug-07 0:16
John-ph25-Aug-07 0:16 
GeneralRe: How to access Functions in UserControls? Pin
dhulipudi25-Aug-07 0:34
dhulipudi25-Aug-07 0:34 
AnswerRe: How to access Functions in UserControls? Pin
John-ph25-Aug-07 0:56
John-ph25-Aug-07 0:56 
GeneralRe: How to access Functions in UserControls? Pin
dhulipudi25-Aug-07 1:43
dhulipudi25-Aug-07 1:43 
Questionhow can notify a web page from another web page ? Pin
B.A24-Aug-07 23:44
B.A24-Aug-07 23:44 
QuestionHow to get values of child control Pin
AhmadRock24-Aug-07 23:43
AhmadRock24-Aug-07 23:43 
Questionclose browse [modified] Pin
RajeevKumarSharma24-Aug-07 23:03
RajeevKumarSharma24-Aug-07 23:03 
AnswerRe: close browse Pin
John-ph24-Aug-07 23:41
John-ph24-Aug-07 23:41 
GeneralRe: close browse Pin
RajeevKumarSharma24-Aug-07 23:55
RajeevKumarSharma24-Aug-07 23:55 
GeneralRe: close browse Pin
John-ph25-Aug-07 0:01
John-ph25-Aug-07 0:01 
GeneralRe: close browse Pin
RajeevKumarSharma25-Aug-07 0:19
RajeevKumarSharma25-Aug-07 0:19 
Questionerror in saving a record... Pin
Rharzkie24-Aug-07 22:55
Rharzkie24-Aug-07 22:55 
AnswerRe: error in saving a record... Pin
Venkatesh Mookkan24-Aug-07 23:13
Venkatesh Mookkan24-Aug-07 23:13 

General General    News News    Suggestion Suggestion    Question Question    Bug Bug    Answer Answer    Joke Joke    Praise Praise    Rant Rant    Admin Admin   

Use Ctrl+Left/Right to switch messages, Ctrl+Up/Down to switch threads, Ctrl+Shift+Left/Right to switch pages.