No error in debug but page cant be displayed

  • Thread starter Thread starter Joyce
  • Start date Start date
J

Joyce

Hi. I was trying to develop a login page with asp. Initially when i hit the
debug button, a popup says that i have to enable the debug to true in my
web.config file to enable debugging and to set to false when i want to
publish the page to my local host. The thing is, i have no errors when
debugging, but my page is empty and the login page is not showing. why is
this so? did i miss out something?
 
Hi. I was trying to develop a login page with asp. Initially when i
hit the debug button, a popup says that i have to enable the debug to
true in my web.config file to enable debugging and to set to false
when i want to publish the page to my local host. The thing is, i have
no errors when debugging, but my page is empty and the login page is
not showing. why is this so? did i miss out something?

Are you sure you are not hitting an empty default.aspx page (ie, you are
not being redirected to the login page?). Also, is this ASP or ASP.NET?

Peace and Grace,

--
Gregory A. Beamer
MVP; MCP: +I, SE, SD, DBA

Twitter: @gbworld
Blog: http://gregorybeamer.spaces.live.com

*******************************************
| Think outside the box! |
*******************************************
 
Hi. I was trying to develop a login page with asp. Initially when i hit the
debug button, a popup says that i have to enable the debug to true in my
web.config file to enable debugging and to set to false when i want to
publish the page to my local host. The thing is, i have no errors when
debugging, but my page is empty and the login page is not showing. why is
this so? did i miss out something?

Perhaps you haven't setup Form Authentication properly? Check your
web,config file.

Peace,
D
 
Back
Top