ASP.Net Directory Problems

Please support our ASP.NET advertiser: Intel Parallel Studio Home
Reply

Join Date: May 2005
Posts: 1
Reputation: columth is an unknown quantity at this point 
Solved Threads: 0
columth columth is offline Offline
Newbie Poster

ASP.Net Directory Problems

 
0
  #1
May 31st, 2005
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 Quick reply to this message  
Join Date: Feb 2003
Posts: 793
Reputation: Paladine has a spectacular aura about Paladine has a spectacular aura about Paladine has a spectacular aura about 
Solved Threads: 27
Team Colleague
Paladine's Avatar
Paladine Paladine is offline Offline
Master Poster

Re: ASP.Net Directory Problems

 
0
  #2
May 31st, 2005
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.


Originally Posted by columth
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!
Assistant Manager, Pharmacy Informatics
Wordpress Learning Blog
Updated : ASP.Net Login Code
Reply With Quote Quick reply to this message  
Reply

This thread is more than three months old.
Perhaps start a new thread instead?
Message:


Thread Tools Search this Thread



About Us | Contact Us | Advertise | DaniWeb | Acceptable Use Policy | RSS Feed

©2003 - 2009 DaniWeb® LLC