Saved Bookmarks
| 1. |
Solve : server erron in application. ASP.net? |
|
Answer» I encountered an error while running my application. The error is indicationg that Server error in '/KLU' Application I'm creating a FTP website NAMED "KLU" in asp.net . I created a default page and provided link to another web page that exist in the directory "App_Data". Whenever clicking on the link it is showing the above message. The directory structure is attached. The links to the pages in the current directory are appearing well in the browser. Provide me the solution that i can access the web page located in the directory. [Saving space, ATTACHMENT deleted by admin]change the permissions to the folder.It's not a normal folder that a user creates. It's the folder created by the ASP.net when we are creating the project. I checked the permissions, and i even shared the folder also. But it doesn't work. The problem only PERSISTS with that folder only. I created another folder and put the contents in it, and i accessed those contents. So it's folder created by the asp.net development server, and it should provide the authentication to that folder. So i need that PARTICULAR access solution. I tried the internet but can't get the perfect solution...... Any one who knows server side programming well can help me..................... Thank you. |
|