Welcome to MobyThreads.com!
FAQFAQ      ProfileProfile    Private MessagesPrivate Messages   Log inLog in
All support for the MobyThreads Threaded phpBB MOD can now be found on welsolutions at this forum

ASP .NET not run on WebServer

 
   Web Hosting and Web Master Forums (Home) -> IIS RSS
Next:  ASP - data not updated in LAN but successfully up..  
Author Message
Harsha Shah

External


Since: Jul 20, 2005
Posts: 2



(Msg. 1) Posted: Wed Jul 20, 2005 7:55 am
Post subject: ASP .NET not run on WebServer
Archived from groups: microsoft>public>inetserver>iis (more info?)

Hi,

I created a page in ASP.Net , it runs on my LAN System (IIS). I upload same
page on my web server , where asp.net service in on, following page
displayed to me. What is problem.

Thanks in advance.

Hardik Shah

**************************************************************************
Server Error in '/' Application.
----------------------------------------------------------------------------
----

Runtime Error
Description: An application error occurred on the server. The current custom
error settings for this application prevent the details of the application
error from being viewed remotely (for security reasons). It could, however,
be viewed by browsers running on the local server machine.

Details: To enable the details of this specific error message to be viewable
on remote machines, please create a <customErrors> tag within a "web.config"
configuration file located in the root directory of the current web
application. This <customErrors> tag should then have its "mode" attribute
set to "Off".

<!-- Web.Config Configuration File -->

<configuration>
<system.web>
<customErrors mode="Off"/>
</system.web>
</configuration>

Notes: The current error page you are seeing can be replaced by a custom
error page by modifying the "defaultRedirect" attribute of the application's
<customErrors> configuration tag to point to a custom error page URL.

<!-- Web.Config Configuration File -->

<configuration>
<system.web>
<customErrors mode="RemoteOnly" defaultRedirect="mycustompage.htm"/>
</system.web>
</configuration>

 >> Stay informed about: ASP .NET not run on WebServer 
Back to top
Login to vote
Kristofer Gafvert [MVP]

External


Since: May 28, 2005
Posts: 210



(Msg. 2) Posted: Wed Jul 20, 2005 7:55 am
Post subject: Re: ASP .NET not run on WebServer [Login to view extended thread Info.]
Archived from groups: per prev. post (more info?)

Hello,

It is not possible to say what is wrong without knowing the detailed error
message.

Please follow the instructions given to you in your error message to get
the detailed error message about your problem. When we know that, we can
help you.


--
Regards,
Kristofer Gafvert (IIS MVP)
www.gafvert.info - My Articles and help
www.ilopia.com


Harsha Shah wrote:

> Hi,
>
> I created a page in ASP.Net , it runs on my LAN System (IIS). I upload
same
> page on my web server , where asp.net service in on, following page
> displayed to me. What is problem.
>
> Thanks in advance.
>
> Hardik Shah
>
>
**************************************************************************
> Server Error in '/' Application.
>
----------------------------------------------------------------------------
> ----
>
> Runtime Error
> Description: An application error occurred on the server. The current
custom
> error settings for this application prevent the details of the
application
> error from being viewed remotely (for security reasons). It could,
however,
> be viewed by browsers running on the local server machine.
>
> Details: To enable the details of this specific error message to be
viewable
> on remote machines, please create a <customErrors> tag within a
"web.config"
> configuration file located in the root directory of the current web
> application. This <customErrors> tag should then have its "mode"
attribute
> set to "Off".
>
> <!-- Web.Config Configuration File -->
>
> <configuration>
> <system.web>
> <customErrors mode="Off"/>
> </system.web>
> </configuration>
>
> Notes: The current error page you are seeing can be replaced by a custom
> error page by modifying the "defaultRedirect" attribute of the
application's
> <customErrors> configuration tag to point to a custom error page URL.
>
> <!-- Web.Config Configuration File -->
>
> <configuration>
> <system.web>
> <customErrors mode="RemoteOnly"
defaultRedirect="mycustompage.htm"/>
> </system.web>
> </configuration>

 >> Stay informed about: ASP .NET not run on WebServer 
Back to top
Login to vote
Andrew Dadmun

External


Since: Jul 14, 2005
Posts: 4



(Msg. 3) Posted: Wed Jul 20, 2005 4:55 pm
Post subject: Re: ASP .NET not run on WebServer [Login to view extended thread Info.]
Archived from groups: per prev. post (more info?)

"Harsha Shah" <har_sha_99.RemoveThis@hotmail.com> wrote...
> Hi,
>
> I created a page in ASP.Net , it runs on my LAN System (IIS). I upload
> same
> page on my web server , where asp.net service in on, following page
> displayed to me. What is problem.
>
> Thanks in advance.
>
> Hardik Shah
>
Just a guess - make sure the local user ASPNET has read/execute permissions
on the files.
 >> Stay informed about: ASP .NET not run on WebServer 
Back to top
Login to vote
Display posts from previous:   
Related Topics:
webserver - I'm lookin for some info. I need to setup a web server where there are a max of 5 users connecting and retrieving data. The server also does some data processing. I've been told that XP with IIS might not be a viable solution. And Windows 2003 server is....

IIS Webserver - I cannot browse local host on my webserver. IIS is installed and running and there is a localstart.asp in the wwwroot folder. I get this error: HTTP 500 - Internal server error Have any of you seen this? T

second webserver - Hello, I Have a PC with a ADSL-modem. This PC acts as a router for the outher PC in the lokal network. This PC is also a webserver. This PC runs Windows XP (prof) and IIS as webserver. Al works fine. The outer PC's can send and reseve mail and have a...

streaming mp3 from webserver - Hi. I keep all my music on my computer here at work. Previously, at home, I was able to just click on a song and it would start playing even while it was downloading. For some reason now, it has to download the entire thing before it begins to play. ....

IIS webserver iisweb.vbs - Hello All, I am trying to add a serise of websites to the webserver, using a command like: cscript c:\windows\system32\iisweb.vbs /create "d:\ClientSites\%1" "www.%4" /d "www.%4" The various % parameters are not import...
   Web Hosting and Web Master Forums (Home) -> IIS All times are: Pacific Time (US & Canada) (change)
Page 1 of 1

 
You can post new topics in this forum
You can reply to topics in this forum
You cannot edit your posts in this forum
You cannot delete your posts in this forum
You cannot vote in polls in this forum



[ Contact us | Terms of Service/Privacy Policy ]