Folder access only for ASP.NET
ASP.NET
2
Posts
2
Posters
0
Views
1
Watching
-
i have a folder that shall NOT be allowed to be accessed directly. that shall be accessed only through my ASP.NET application. please tell me how can i do that. thanks
Use Forms Authentication for this. Forms Authentication[^]
Regards, Satips.