Ask a Question related to ASP.NET Security, Design and Development.
-
news.microsoft.com #1
ASPNET User Problem in Shared Hosting Environment
Hello,
We do provide web hosting service. Every ASP3 process runs under own
username and password so customers can not access other customer's website.
How do I do that with .NET? What is the best running ASPNET in Shared
Hosting Environment? Right now ASP.NET user can access all other customers
websites files and view them.
Thanks,
Telman
news.microsoft.com Guest
-
event gateways in a shared hosting environment
I am trying to work with a host to enable the IM event gateway. The config file and cfc and all that is working fine locally but on the actual host... -
ASP.Net in a shared hosting environment
Hi, Does anyone know of any concise documents that detail securing the .net framework installation in a shared web hosting environment? ... -
Issues in locking down aspnet user security in shared environment
I am trying to lock down file access of some sites in a shared hosting environment so that different users can only access their own site's... -
Question about shared hosting.
if your server win2k, then the same asp.net process is hosting all the web sites, so all sites share the same max memory. also cross site security... -
Problem when Hosting Windows User controls in Webform
I am unable to load the user control from client machine browser if the user controls referes other custom dlls that I have created. Its working... -
Dave #2
Re: ASPNET User Problem in Shared Hosting Environment
Guys,
I think I have the same issue because I'm trying to setup
Integrated Security in my connection string for an
ASP.NET app.
So does this mean I can create an IUSER_<website> account
for each website I have running and give that IUSR
account access to it's respective SQL Database?
Right now the only way I got Integrated Security to work
and connect to the sample Northwind database was to add a
SQL Login as <mymachine>\ASPNET and giving the ASPNET
account access to Northwind DB.
In a real scenerio I think I should have a different
machine account for each website and it's supporting
databases only.
Can you confirm? Thanks,Dave
runs under own>-----Original Message-----
>Hello,
>
>| We do provide web hosting service. Every ASP3 processother customer's>| username and password so customers can not accessASPNET in Shared>website.
>| How do I do that with .NET? What is the best runningaccess all other>| Hosting Environment? Right now ASP.NET user canWorker Process.>customers
>| websites files and view them.
>
>In IIS 6 you can specify different users to run ASPNETfrom>
>In IIS 5 you must enforce <identity impersonate="true"/>[url]http://www.altaircom.net[/url]>machine.config.
>
>--
>Michal A. Valasek, Altair Communications,[url]http://www.rider.cz[/url]>Please do not reply to this e-mail, for contact see>
>
>.
>Dave Guest



Reply With Quote

