Deploy my first Web app
-
Hi all, I have a problem deploying my first web application (realty.web), what I did is: 1- Build the Solution {While selecting release} 2- I took the Content of the Folder and put it on the Production server under c:\Inetpub\wwwroot\myweapp 3- I create a virtual directory to my app 4- I added the ASP.net user {read access} to the Folder permissions 5- I try to get my app to open the page But I got this error {
Access to the path "C:\WINDOWS\Microsoft.NET\Framework\v1.1.4322\Temporary ASP.NET Files\realty.web\bccb683f\177768e7" is denied
} I search for that folderrealty.web\bccb683f\
but I didn't find it ... :^) Can someone help me with this ....:~ Thanks, Best Regards Waleed Seada -
Hi all, I have a problem deploying my first web application (realty.web), what I did is: 1- Build the Solution {While selecting release} 2- I took the Content of the Folder and put it on the Production server under c:\Inetpub\wwwroot\myweapp 3- I create a virtual directory to my app 4- I added the ASP.net user {read access} to the Folder permissions 5- I try to get my app to open the page But I got this error {
Access to the path "C:\WINDOWS\Microsoft.NET\Framework\v1.1.4322\Temporary ASP.NET Files\realty.web\bccb683f\177768e7" is denied
} I search for that folderrealty.web\bccb683f\
but I didn't find it ... :^) Can someone help me with this ....:~ Thanks, Best Regards Waleed SeadaHi Waleed: It is a variant of the error that has been discussed in my other blog http://blogs.wwwcoder.com/deepak/[^]. It may be the same Indexing service issue. Deepak Kumar Vasudevan Personal Web: http://vdeepakkumar.netfirms.com/ I Blog At: http://deepak.blogdrive.com/
-
Hi all, I have a problem deploying my first web application (realty.web), what I did is: 1- Build the Solution {While selecting release} 2- I took the Content of the Folder and put it on the Production server under c:\Inetpub\wwwroot\myweapp 3- I create a virtual directory to my app 4- I added the ASP.net user {read access} to the Folder permissions 5- I try to get my app to open the page But I got this error {
Access to the path "C:\WINDOWS\Microsoft.NET\Framework\v1.1.4322\Temporary ASP.NET Files\realty.web\bccb683f\177768e7" is denied
} I search for that folderrealty.web\bccb683f\
but I didn't find it ... :^) Can someone help me with this ....:~ Thanks, Best Regards Waleed Seada -
Hi there, Such a folder is created by the ASP.NET, so you need to make sure that the ASPNET account should has full control on the temporary folder
Temporary ASP.NET Files
.It does have and mostly would. The Indexing Service would have locked it. Deepak Kumar Vasudevan Personal Web: http://vdeepakkumar.netfirms.com/ I Blog At: http://deepak.blogdrive.com/
-
It does have and mostly would. The Indexing Service would have locked it. Deepak Kumar Vasudevan Personal Web: http://vdeepakkumar.netfirms.com/ I Blog At: http://deepak.blogdrive.com/
-
Hi there, I agree with you that the Indexing Service could be the cause, but I cannot be too sure that the ASP.NET process identity has the right permissions on the temp folder all the time.
Hi: The default installation sets things for you right. You may have Indexing Service Manual and check out the difference. Also, you can have Indexing running but exclude ASP.NET related cache folders excluded from Indexing Catalog. Deepak Kumar Vasudevan Personal Web: http://vdeepakkumar.netfirms.com/ I Blog At: http://deepak.blogdrive.com/
-
Hi: The default installation sets things for you right. You may have Indexing Service Manual and check out the difference. Also, you can have Indexing running but exclude ASP.NET related cache folders excluded from Indexing Catalog. Deepak Kumar Vasudevan Personal Web: http://vdeepakkumar.netfirms.com/ I Blog At: http://deepak.blogdrive.com/
Deepak, Thanks, I know that since I had worked with the Indexing Service for a while. The reason I come up with the permission issue is that I recently installed the Community Server on a machine which only has the .Net framework installed, and got the same error. Finally, I figured out that the ASPNET account does not have full control on the temp folder.
-
Hi all, I have a problem deploying my first web application (realty.web), what I did is: 1- Build the Solution {While selecting release} 2- I took the Content of the Folder and put it on the Production server under c:\Inetpub\wwwroot\myweapp 3- I create a virtual directory to my app 4- I added the ASP.net user {read access} to the Folder permissions 5- I try to get my app to open the page But I got this error {
Access to the path "C:\WINDOWS\Microsoft.NET\Framework\v1.1.4322\Temporary ASP.NET Files\realty.web\bccb683f\177768e7" is denied
} I search for that folderrealty.web\bccb683f\
but I didn't find it ... :^) Can someone help me with this ....:~ Thanks, Best Regards Waleed Seadai had same error that my project works fine on my local machine but gave error on company server. Then i gave the full rights on Asp.Net Temporary Internet Files for ASP.NET user for first run.Then i removed the rights. It worked fine. I think to give the rights once at first run is enough too solve problem. Then u may take them back.. --junior coder--
-
Hi all, I have a problem deploying my first web application (realty.web), what I did is: 1- Build the Solution {While selecting release} 2- I took the Content of the Folder and put it on the Production server under c:\Inetpub\wwwroot\myweapp 3- I create a virtual directory to my app 4- I added the ASP.net user {read access} to the Folder permissions 5- I try to get my app to open the page But I got this error {
Access to the path "C:\WINDOWS\Microsoft.NET\Framework\v1.1.4322\Temporary ASP.NET Files\realty.web\bccb683f\177768e7" is denied
} I search for that folderrealty.web\bccb683f\
but I didn't find it ... :^) Can someone help me with this ....:~ Thanks, Best Regards Waleed SeadaGuys, thanks for your feed-back, I think the Indexing problem is related to the .dll's rather than what I mentioned here, well I solved the Problem by running the .Net Command prompet and I try some parameter as described at the CMD aspnet_regiis/? (
I did aspnet_regiis -i
) and then everything works fine for me !! I don't understand why it happend at the first place, so If any got any idea, I will appreciate sharing it to all of us ... Thanks, Best Regards Waleed Seada -
Guys, thanks for your feed-back, I think the Indexing problem is related to the .dll's rather than what I mentioned here, well I solved the Problem by running the .Net Command prompet and I try some parameter as described at the CMD aspnet_regiis/? (
I did aspnet_regiis -i
) and then everything works fine for me !! I don't understand why it happend at the first place, so If any got any idea, I will appreciate sharing it to all of us ... Thanks, Best Regards Waleed Seada