ASP.Net Application Set up

G

Guest

I am trying to figure out what permissions should be granted when creating a Vitual Directory. The default is "Read" and "Run Scripts". When would I grant access to "Execute" and/or "Write"? Execute says ISAPI applications or CGI, I know I have no CGI, but I am not sure what an ISAPI application might be, but guessing that does not "normally" apply to a ASP.Net application. If my application is going to update an Access Database, would I have to allow "Write" access

Thanks in advance for your assistance!!!!!
 
T

Torrent Nicolas

Jim Heavey a formulé ce mardi :
I am trying to figure out what permissions should be granted when creating a
Vitual Directory. The default is "Read" and "Run Scripts". When would I
grant access to "Execute" and/or "Write"? Execute says ISAPI applications or
CGI, I know I have no CGI, but I am not sure what an ISAPI application might
be, but guessing that does not "normally" apply to a ASP.Net application. If
my application is going to update an Access Database, would I have to allow
"Write" access?

Thanks in advance for your assistance!!!!!

Hi,

No you don't need to allow write access on IIS. If you want to update
an access database,you just have to change its security access and add
the asp.net account.

By

N Torrent
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Top