Runtime Error after publishing aspx page!!!
-
Hi, i'm used Visual Studio 2008 Pro to create and publish my website. Everything seemed to be successful but when i tried to go to the page online i get this error: 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 tag within a "web.config" configuration file located in the root directory of the current web application. This tag should then have its "mode" attribute set to "Off". It works fine in my virtual directory but not the server. This is for a class and your help is greatly appreciated!! Phivos
-
Hi, i'm used Visual Studio 2008 Pro to create and publish my website. Everything seemed to be successful but when i tried to go to the page online i get this error: 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 tag within a "web.config" configuration file located in the root directory of the current web application. This tag should then have its "mode" attribute set to "Off". It works fine in my virtual directory but not the server. This is for a class and your help is greatly appreciated!! Phivos
-
Hi, i'm used Visual Studio 2008 Pro to create and publish my website. Everything seemed to be successful but when i tried to go to the page online i get this error: 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 tag within a "web.config" configuration file located in the root directory of the current web application. This tag should then have its "mode" attribute set to "Off". It works fine in my virtual directory but not the server. This is for a class and your help is greatly appreciated!! Phivos
Hello Friend, Follow Below Steps To solve This Problem(It has been tested on Visual Studio 2005) 1)Check your DataBase Connection has properly configured in webconfig . 2)Check the server system for IIS (inetpub) . If not Load it. 3)In Visual Studio -> go to command prompt there type aspnet_regiis -i. (Command Editor Of IIS) 4)close all application and restart your visual studio and check.. 5)ping for ip address of server machine . 6) e.g (xx.xxx.xxx.xxx/ProjectName/EgPage.aspx. 7) Any problem Contact i will do my best.
ArunVijay
-
Hi, i'm used Visual Studio 2008 Pro to create and publish my website. Everything seemed to be successful but when i tried to go to the page online i get this error: 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 tag within a "web.config" configuration file located in the root directory of the current web application. This tag should then have its "mode" attribute set to "Off". It works fine in my virtual directory but not the server. This is for a class and your help is greatly appreciated!! Phivos
Hello Friend, Follow Below Steps To solve This Problem(It has been tested on Visual Studio 2005) 1)Check your DataBase Connection has properly configured in webconfig . 2)Check the server system for IIS (inetpub) . If not Load it. 3)In Visual Studio -> go to command prompt there type aspnet_regiis -i. (Command Editor Of IIS) 4)close all application and restart your visual studio and check.. 5)ping for ip address of server machine . 6) e.g (xx.xxx.xxx.xxx/ProjectName/EgPage.aspx. 7) Any problem Contact i will do my best.
ArunVijay
-
Hello Friend, Follow Below Steps To solve This Problem(It has been tested on Visual Studio 2005) 1)Check your DataBase Connection has properly configured in webconfig . 2)Check the server system for IIS (inetpub) . If not Load it. 3)In Visual Studio -> go to command prompt there type aspnet_regiis -i. (Command Editor Of IIS) 4)close all application and restart your visual studio and check.. 5)ping for ip address of server machine . 6) e.g (xx.xxx.xxx.xxx/ProjectName/EgPage.aspx. 7) Any problem Contact i will do my best.
ArunVijay
Thanks for your reply, I realized after removing those lines from the web.config that new ones errors come up and they seem to be similar. It cannot load the following files or assemblies: add assembly="System.Core, Version=3.5.0.0, Culture=neutral, PublicKeyToken=B77A5C561934E089" add assembly="System.Web.Extensions, Version=3.5.0.0, Culture=neutral, PublicKeyToken=31BF3856AD364E35" add assembly="System.Data.DataSetExtensions, Version=3.5.0.0, Culture=neutral, PublicKeyToken=B77A5C561934E089" add assembly="System.Xml.Linq, Version=3.5.0.0, Culture=neutral, PublicKeyToken=B77A5C561934E089" add name="ScriptModule" type="System.Web.Handlers.ScriptModule, System.Web.Extensions, Version=3.5.0.0, Culture=neutral, PublicKeyToken=31BF3856AD364E35" I also tried removing them and then adding the references again! any ideas? Thanks!
-
Hello Friend, Follow Below Steps To solve This Problem(It has been tested on Visual Studio 2005) 1)Check your DataBase Connection has properly configured in webconfig . 2)Check the server system for IIS (inetpub) . If not Load it. 3)In Visual Studio -> go to command prompt there type aspnet_regiis -i. (Command Editor Of IIS) 4)close all application and restart your visual studio and check.. 5)ping for ip address of server machine . 6) e.g (xx.xxx.xxx.xxx/ProjectName/EgPage.aspx. 7) Any problem Contact i will do my best.
ArunVijay
Thanks for your reply, I realized after removing those lines from the web.config that new ones errors come up and they seem to be similar. It cannot load the following files or assemblies: I also tried removing them and then adding the references again! any ideas? Thanks!