Showing posts with label configuration. Show all posts
Showing posts with label configuration. Show all posts

Monday, March 26, 2012

newbie configuration question

Hello.

I want to use asp not only with my admin account but also with a normal user account.
But being logged in as a normal user I cant create files or directories in the inetpub\wwwroot\ directory and http://localhost is
bringing the message "The page cannot be displayed".

Where can I configure iis or a user account that way that a normal user can use asp/ localhost. I know that this is a very basic
question but in my asp-book nothing is mentioned about it. So also a recommended reading would be nice. Until now I havent found a
really good web site concerning asp.

Thanks a lot for every little help!
Greetings,
timtos.Timtos,

AFAIK you have to configure the NFTS permissions on your web server for your specific directory. Try to right click your directory, choose properties > security and add rights for the user YOURDOMAIN\IUSR_NAMEOFYOURPC where YOURDOMAIN is the name of your domain and NAMEOFYOURPC the name of your web server.



HTHs

Best regards

Daniel Walzenbach

P.S. If you need to contact me simply remove ".NOSPAM" from my email address.

"timtos" <tirobu@.gmx.de> schrieb im Newsbeitrag news:bmu2ad$ian$1@.news.uni-koblenz.de...
> Hello.
>
> I want to use asp not only with my admin account but also with a normal user account.
> But being logged in as a normal user I cant create files or directories in the inetpub\wwwroot\ directory and http://localhost is
> bringing the message "The page cannot be displayed".
>
> Where can I configure iis or a user account that way that a normal user can use asp/ localhost. I know that this is a very basic
> question but in my asp-book nothing is mentioned about it. So also a recommended reading would be nice. Until now I havent found a
> really good web site concerning asp.
>
> Thanks a lot for every little help!
> Greetings,
> timtos.
>
I also have found this (http://msdn.microsoft.com/library/d...sp_tut_00.asp):

Web permissions are set in IIS with the IIS Manager. However, those permissions can be undermined by NTFS permissions on specific files and folders. You may allow a user access to your Web site in IIS, but if NTFS file permissions deny access to an ASP file or a database file, your Web user does not see the file. If you are using Anonymous authentication, you must set NTFS permissions to allow access to the IWAM_ComputerName and IUSR_ComputerName accounts. Please see "Access Control" in Windows Help, the "Security" section in IIS Help, which is accessible from IIS Manager, and the IIS TechNet articles about NTFS Security.
Greetings

Daniel

"Daniel Walzenbach" <daniel.walzenbach.NOSPAM@.freudenberg.de> schrieb im Newsbeitrag news:u2J2C5mlDHA.1084@.tk2msftngp13.phx.gbl...
Timtos,

AFAIK you have to configure the NFTS permissions on your web server for your specific directory. Try to right click your directory, choose properties > security and add rights for the user YOURDOMAIN\IUSR_NAMEOFYOURPC where YOURDOMAIN is the name of your domain and NAMEOFYOURPC the name of your web server.



HTHs

Best regards

Daniel Walzenbach

P.S. If you need to contact me simply remove ".NOSPAM" from my email address.

"timtos" <tirobu@.gmx.de> schrieb im Newsbeitrag news:bmu2ad$ian$1@.news.uni-koblenz.de...
> Hello.
>
> I want to use asp not only with my admin account but also with a normal user account.
> But being logged in as a normal user I cant create files or directories in the inetpub\wwwroot\ directory and http://localhost is
> bringing the message "The page cannot be displayed".
>
> Where can I configure iis or a user account that way that a normal user can use asp/ localhost. I know that this is a very basic
> question but in my asp-book nothing is mentioned about it. So also a recommended reading would be nice. Until now I havent found a
> really good web site concerning asp.
>
> Thanks a lot for every little help!
> Greetings,
> timtos.
>
Timtos,

AFAIK you have to configure the NFTS permissions on your web server for your specific directory. Try to right click your directory, choose properties > security and add rights for the user YOURDOMAIN\IUSR_NAMEOFYOURPC where YOURDOMAIN is the name of your domain and NAMEOFYOURPC the name of your web server.



HTHs

Best regards

Daniel Walzenbach

P.S. If you need to contact me simply remove ".NOSPAM" from my email address.

"timtos" <tirobu@.gmx.de> schrieb im Newsbeitrag news:bmu2ad$ian$1@.news.uni-koblenz.de...
> Hello.
>
> I want to use asp not only with my admin account but also with a normal user account.
> But being logged in as a normal user I cant create files or directories in the inetpub\wwwroot\ directory and http://localhost is
> bringing the message "The page cannot be displayed".
>
> Where can I configure iis or a user account that way that a normal user can use asp/ localhost. I know that this is a very basic
> question but in my asp-book nothing is mentioned about it. So also a recommended reading would be nice. Until now I havent found a
> really good web site concerning asp.
>
> Thanks a lot for every little help!
> Greetings,
> timtos.
>
Thanks a lot for the detailed answers!
I will go through this informatin right now.

So thanks again and greetings,
timtos.
-- Original Message --
From: Daniel Walzenbach
Newsgroups: microsoft.public.dotnet.framework.aspnet
Sent: Sunday, October 19, 2003 8:37 PM
Subject: Re: newbie configuration question

I also have found this (http://msdn.microsoft.com/library/d...sp_tut_00.asp):

Web permissions are set in IIS with the IIS Manager. However, those permissions can be undermined by NTFS permissions on specific
files and folders. You may allow a user access to your Web site in IIS, but if NTFS file permissions deny access to an ASP file or a
database file, your Web user does not see the file. If you are using Anonymous authentication, you must set NTFS permissions to
allow access to the IWAM_ComputerName and IUSR_ComputerName accounts. Please see "Access Control" in Windows Help, the "Security"
section in IIS Help, which is accessible from IIS Manager, and the IIS TechNet articles about NTFS Security.
Greetings
Daniel
"Daniel Walzenbach" <daniel.walzenbach.NOSPAM@.freudenberg.de> schrieb im Newsbeitrag news:u2J2C5mlDHA.1084@.tk2msftngp13.phx.gbl...
Timtos,

AFAIK you have to configure the NFTS permissions on your web server for your specific directory. Try to right click your directory,
choose properties > security and add rights for the user YOURDOMAIN\IUSR_NAMEOFYOURPC where YOURDOMAIN is the name of your domain
and NAMEOFYOURPC the name of your web server.

HTHs

Best regards

Daniel Walzenbach

P.S. If you need to contact me simply remove ".NOSPAM" from my email address.

"timtos" <tirobu@.gmx.de> schrieb im Newsbeitrag news:bmu2ad$ian$1@.news.uni-koblenz.de...
> Hello.
> I want to use asp not only with my admin account but also with a normal user account.
> But being logged in as a normal user I cant create files or directories in the inetpub\wwwroot\ directory and http://localhost is
> bringing the message "The page cannot be displayed".
> Where can I configure iis or a user account that way that a normal user can use asp/ localhost. I know that this is a very basic
> question but in my asp-book nothing is mentioned about it. So also a recommended reading would be nice. Until now I havent found
a
> really good web site concerning asp.
> Thanks a lot for every little help!
> Greetings,
> timtos.
I also have found this (http://msdn.microsoft.com/library/d...sp_tut_00.asp):

Web permissions are set in IIS with the IIS Manager. However, those permissions can be undermined by NTFS permissions on specific files and folders. You may allow a user access to your Web site in IIS, but if NTFS file permissions deny access to an ASP file or a database file, your Web user does not see the file. If you are using Anonymous authentication, you must set NTFS permissions to allow access to the IWAM_ComputerName and IUSR_ComputerName accounts. Please see "Access Control" in Windows Help, the "Security" section in IIS Help, which is accessible from IIS Manager, and the IIS TechNet articles about NTFS Security.
Greetings

Daniel

"Daniel Walzenbach" <daniel.walzenbach.NOSPAM@.freudenberg.de> schrieb im Newsbeitrag news:u2J2C5mlDHA.1084@.tk2msftngp13.phx.gbl...
Timtos,

AFAIK you have to configure the NFTS permissions on your web server for your specific directory. Try to right click your directory, choose properties > security and add rights for the user YOURDOMAIN\IUSR_NAMEOFYOURPC where YOURDOMAIN is the name of your domain and NAMEOFYOURPC the name of your web server.



HTHs

Best regards

Daniel Walzenbach

P.S. If you need to contact me simply remove ".NOSPAM" from my email address.

"timtos" <tirobu@.gmx.de> schrieb im Newsbeitrag news:bmu2ad$ian$1@.news.uni-koblenz.de...
> Hello.
>
> I want to use asp not only with my admin account but also with a normal user account.
> But being logged in as a normal user I cant create files or directories in the inetpub\wwwroot\ directory and http://localhost is
> bringing the message "The page cannot be displayed".
>
> Where can I configure iis or a user account that way that a normal user can use asp/ localhost. I know that this is a very basic
> question but in my asp-book nothing is mentioned about it. So also a recommended reading would be nice. Until now I havent found a
> really good web site concerning asp.
>
> Thanks a lot for every little help!
> Greetings,
> timtos.
>
Thanks a lot for the detailed answers!
I will go through this informatin right now.

So thanks again and greetings,
timtos.
-- Original Message --
From: Daniel Walzenbach
Newsgroups: microsoft.public.dotnet.framework.aspnet
Sent: Sunday, October 19, 2003 8:37 PM
Subject: Re: newbie configuration question

I also have found this (http://msdn.microsoft.com/library/d...sp_tut_00.asp):

Web permissions are set in IIS with the IIS Manager. However, those permissions can be undermined by NTFS permissions on specific
files and folders. You may allow a user access to your Web site in IIS, but if NTFS file permissions deny access to an ASP file or a
database file, your Web user does not see the file. If you are using Anonymous authentication, you must set NTFS permissions to
allow access to the IWAM_ComputerName and IUSR_ComputerName accounts. Please see "Access Control" in Windows Help, the "Security"
section in IIS Help, which is accessible from IIS Manager, and the IIS TechNet articles about NTFS Security.
Greetings
Daniel
"Daniel Walzenbach" <daniel.walzenbach.NOSPAM@.freudenberg.de> schrieb im Newsbeitrag news:u2J2C5mlDHA.1084@.tk2msftngp13.phx.gbl...
Timtos,

AFAIK you have to configure the NFTS permissions on your web server for your specific directory. Try to right click your directory,
choose properties > security and add rights for the user YOURDOMAIN\IUSR_NAMEOFYOURPC where YOURDOMAIN is the name of your domain
and NAMEOFYOURPC the name of your web server.

HTHs

Best regards

Daniel Walzenbach

P.S. If you need to contact me simply remove ".NOSPAM" from my email address.

"timtos" <tirobu@.gmx.de> schrieb im Newsbeitrag news:bmu2ad$ian$1@.news.uni-koblenz.de...
> Hello.
> I want to use asp not only with my admin account but also with a normal user account.
> But being logged in as a normal user I cant create files or directories in the inetpub\wwwroot\ directory and http://localhost is
> bringing the message "The page cannot be displayed".
> Where can I configure iis or a user account that way that a normal user can use asp/ localhost. I know that this is a very basic
> question but in my asp-book nothing is mentioned about it. So also a recommended reading would be nice. Until now I havent found
a
> really good web site concerning asp.
> Thanks a lot for every little help!
> Greetings,
> timtos.

Friday, March 16, 2012

Newbie need with asp.net configuration(vista)

I uploaded my website from Ms EW and I click on the asp.net configuration and I get an error : asp.net server failed to listening on port

Error message: An attempt was made to access a socket in a way that is forbidden by its access permission

Error: Unable to connect to visual studio local host web server

It was working properly b4. don't know what to do please help

Is this link of any help?

http://forums.asp.net/p/1135310/1813260.aspx


It sounds similar but the problem is I need step by step solution on how to resolve this problem. I don't know where I went wrong I tried to repair and reinstall but no luck. How do I resolve this issue


Hi Niuboy,

Based on my understanding, no matter what you do in the ASP.NET Configuration Manager to configure your application, you will get the error message: asp.net server failed to listening on port. And you OS is Vista. If I have misunderstood you, please feel free to let me know.

To better understand your issue, could you please confirm the following information:

Is the web application a File System-based Web site or an IIS-based web site?


Thanks for the help I fixed it was my fire wall but I'm having problem with my login page

http://forums.asp.net/t/1137641.aspx

Newbie needs a tutorial on reading and writing to nodes in an XML file

I have an ASP.NET app that I am writing using VB.NET and I want to use an
XML file to store configuration settings in sort of like the way I used to
use an .INI file for in Windows apps. When the user opens a page, it needs
to go read certain settings out of the file and fill textboxes and other
form fields with the data from the XML file. If the user makes any changes
on the form, it needs to write back to the XML file to store the new
settings.

Any help with this would be greatly appreciated!you will find everything here
http://msdn.microsoft.com/library/d...Msxslscript.asp

Av.
"David Hearn" <david.hearn@.stagparkway.com> wrote in message
news:%23YQ4ynpXEHA.2940@.TK2MSFTNGP09.phx.gbl...
>I have an ASP.NET app that I am writing using VB.NET and I want to use an
>XML file to store configuration settings in sort of like the way I used to
>use an .INI file for in Windows apps. When the user opens a page, it needs
>to go read certain settings out of the file and fill textboxes and other
>form fields with the data from the XML file. If the user makes any changes
>on the form, it needs to write back to the XML file to store the new
>settings.
> Any help with this would be greatly appreciated!

Newbie needs a tutorial on reading and writing to nodes in an XML file

I have an ASP.NET app that I am writing using VB.NET and I want to use an
XML file to store configuration settings in sort of like the way I used to
use an .INI file for in Windows apps. When the user opens a page, it needs
to go read certain settings out of the file and fill textboxes and other
form fields with the data from the XML file. If the user makes any changes
on the form, it needs to write back to the XML file to store the new
settings.
Any help with this would be greatly appreciated!you will find everything here
http://msdn.microsoft.com/library/d...ript
.asp
Av.
"David Hearn" <david.hearn@.stagparkway.com> wrote in message
news:%23YQ4ynpXEHA.2940@.TK2MSFTNGP09.phx.gbl...
>I have an ASP.NET app that I am writing using VB.NET and I want to use an
>XML file to store configuration settings in sort of like the way I used to
>use an .INI file for in Windows apps. When the user opens a page, it needs
>to go read certain settings out of the file and fill textboxes and other
>form fields with the data from the XML file. If the user makes any changes
>on the form, it needs to write back to the XML file to store the new
>settings.
> Any help with this would be greatly appreciated!
>