J
Jeff
Good Evening everyone,
Just wondering if someone can help with my problem. I created an ASP
website using VB ( all in VS 2008), I created a Create User page and added a
Create User Wizard Control, and I also created a second page that has a
Login Control, once logged in the user is redirected to a Members page.
Eveything works fine on the computer I created this on and it works on every
computer I have copied it to and worked on thru VS. I wanted to put on a
webserver to view in actual production, I just copied the folder with
solution and all other files onto a flash drive and then I copied them from
there onto a computer that I have running Windows Server 2003 Web Edition,
into the Inetpub folder where I have the other websites That I have.
The website comes up no problems, BUT when I try to log in or create a new
user i get an error:
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".
I am thinking that it has something to do with the built in database file
that is created and put in the App Data folder when you use the create user
and Login Controls.?
I have had nothing else loaded on the Server on the server OS, so today
thinking that maybe it needs SQL server to know how to deal with the .MDF
file I installed SQL Server express, but that did not help still same error.
Although my other ASP sites (and this one) had been working without
Frontpage Extentions configured I went ahead and ran that configuration
manager, again nothing.
So I am not sure what I need to do or what setting I might need to correct
on the server in order to get this site working correctly?
Thanks for the Help,
Jeff
Just wondering if someone can help with my problem. I created an ASP
website using VB ( all in VS 2008), I created a Create User page and added a
Create User Wizard Control, and I also created a second page that has a
Login Control, once logged in the user is redirected to a Members page.
Eveything works fine on the computer I created this on and it works on every
computer I have copied it to and worked on thru VS. I wanted to put on a
webserver to view in actual production, I just copied the folder with
solution and all other files onto a flash drive and then I copied them from
there onto a computer that I have running Windows Server 2003 Web Edition,
into the Inetpub folder where I have the other websites That I have.
The website comes up no problems, BUT when I try to log in or create a new
user i get an error:
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".
I am thinking that it has something to do with the built in database file
that is created and put in the App Data folder when you use the create user
and Login Controls.?
I have had nothing else loaded on the Server on the server OS, so today
thinking that maybe it needs SQL server to know how to deal with the .MDF
file I installed SQL Server express, but that did not help still same error.
Although my other ASP sites (and this one) had been working without
Frontpage Extentions configured I went ahead and ran that configuration
manager, again nothing.
So I am not sure what I need to do or what setting I might need to correct
on the server in order to get this site working correctly?
Thanks for the Help,
Jeff