Interview Question in Sql Server 2005
Interview Question :: How launch the ASP.Net website on Internet |
Hi,
i am beginer in ASP.Net........i developed an ASP.Net site..which runs on local machine........but when i upload the default.aspx file along with web.config,App_Web_3nqdctht.dll and Default.aspx.cs
when i run the my website on internet explorer then a page display but this is not my default page which displays som errors like :
Server Error in '/' Application.
<!-- Web.Config Configuration File -->
<configuration>
<system.web>
<customErrors mode="Off"/>
</system.web>
</configuration>
<!-- Web.Config Configuration File -->
<configuration>
<system.web>
<customErrors mode="RemoteOnly" defaultRedirect="mycustompage.htm"/>
</system.web>
</configuration>
-----------
IIS,Visual Studio 2005,SQl Server2005 are installed on my PC.
------------
please solve my problem |
|
|
|

Loading ...