redho home | products | services
Web Design Forums

Web Design Forums  


Web Hosting, Web Design, Software and Web Development Forums  
 FAQFAQ   MemberlistArchive  Log inLog in   RegisterRegister 
         

ASP.Net Directory Problems



 
Post new topic   Reply to topic    Web Design Forums -> ASP in depth
View previous topic :: View next topic  
Author Message
Zelton
Guest




Can anyone help me with the following problem? I am working on an ASP.Net application and have some basic database functionality working, i.e. a user login. It is working perfectly but when i try and put the files in a lower directory the login wont work. I am just working with 3 files, login.aspx, success.aspx and webconfig.xml. I have put them all in a lower directory but it wont work. Cheers for any help!
  Reply with quote


Platforman
Guest




ASP.Net application files must reside in a "virtual directory" with the web server sees as that. Saying that, of those 3 files you have, they do not include the important ones from a functionality point of view: global.asax, & web.config.

The former files controls application events, allowing you to execute code the first time any page in your application is requested, or even every time the page is requested.

The latter file contains settings for your application, such as how session state should behave or where to apply security.

Basically you can't just pick and choose files to move. The entire application directory is a whole thing.

Thie \bin directory, also known as the assembly cache holds compiled binary files used by your application(s). Each application has its own assembly cache, but can inherit one from its parent.
  Reply with quote
Guest





Quote:
ASP.Net application files must reside in a "virtual directory" with the web server sees as that. Saying that, of those 3 files you have, they do not include the important ones from a functionality point of view: global.asax, & web.config.


Could some one explain that to me.. xx(
  Reply with quote
Page 1 of 1
Post new topic   Reply to topic    Web Design Forums -> ASP in depth


Dubai Forums - Expat Help | Vegan Chat | Java Programming | Free 3D tutorials and 3d textures | Paris Forum | EU Forum
Free Dubai Classifieds | Free London Classifieds | Jobs in London

High Quality, Custom 3d animation and Web Design solutions Royal Quality Web Hosting Services Vegetarian and Animal Rights news

Powered by phpBB © 2001, 2005 phpBB Group