Topic: Error

Hi, there is an error when i executing the source code under Install.aspx.cs

Configuration Config = WebConfigurationManager.OpenWebConfiguration(HostingEnvironment.ApplicationVirtualPath);

An error occurred loading a configuration file: Failed to map the path '/'.

How can i solve this problem? Sorry im new in programming.

Re: Error

peterJohn wrote:

Hi, there is an error when i executing the source code under Install.aspx.cs

Configuration Config = WebConfigurationManager.OpenWebConfiguration(HostingEnvironment.ApplicationVirtualPath);

An error occurred loading a configuration file: Failed to map the path '/'.

How can i solve this problem? Sorry im new in programming.

3

Re: Error

peterJohn wrote:

Hi, there is an error when i executing the source code under Install.aspx.cs

Configuration Config = WebConfigurationManager.OpenWebConfiguration(HostingEnvironment.ApplicationVirtualPath);

An error occurred loading a configuration file: Failed to map the path '/'.

How can i solve this problem? Sorry im new in programming.