TECHNOLOGIES
FORUMS
JOBS
BOOKS
EVENTS
INTERVIEWS
Live
MORE
LEARN
Training
CAREER
MEMBERS
VIDEOS
NEWS
BLOGS
Sign Up
Login
No unread comment.
View All Comments
No unread message.
View All Messages
No unread notification.
View All Notifications
Answers
Post
An Article
A Blog
A News
A Video
An EBook
An Interview Question
Ask Question
Forums
Monthly Leaders
Forum guidelines
agus_ayala
NA
7
0
FormsAuthentication doubt
Nov 27 2005 3:42 PM
Hi folks!
I have this code in my web.config
<
authentication
mode
="Forms">
<
forms
name
="CookID"
loginUrl
="ASPXL/login.aspx">
<
credentials
passwordFormat
="Clear">
<
user
name
="myuser"
password
="password"/>
</
credentials
>
</
forms
>
</
authentication
>
I have two servers to this application, one with the aspx pages and other with folder and files that I create and modify using aspx page and crystal reports.
I have the same user like above mentioned with full control on the folders that I control. Can I get the credentials of the web.config to access the folder server without prompt me the windows login screen or only the ASPNET account can read, write and modify these files?
Cheers,
Agus
Reply
Answers (
0
)
X.509 Certificates for web applications authentication and authorization (How to?)
proxy info