question about Output message error 401 trying to publishing my ap

G

Guest

When I try to publish my app I am now getting the 401 error message. It used
to work. Then someone changed something on the server. We are now trying to
change stuff back on the server. I don't know what to do to fix the error
message below - when I try to publish my app from my workstation to the
server
----------------------------------------------------------------------------------------------
Building SubscriberClient...
C:\WINDOWS\Microsoft.NET\Framework\v2.0.50215\Microsoft.Common.targets :
warning : Could not find resources for culture 'en-US'. Using culture 'en'
instead.
C:\WINDOWS\Microsoft.NET\Framework\v2.0.50215\Microsoft.Common.targets :
warning : Could not match culture 'en-US' for item '.NET Framework 2.0 Beta'.
Using culture 'en' instead.
Done building project "SubscriberClient.csproj".
------ Publish started: Project: SubscriberClient, Configuration: Debug Any
CPU ------
Connecting to
'\\Nasppserv1\ClientApps\PublishersAssistance\SubscriberClient\'...
Publishing files...
Warning: Files could not be downloaded from
http://companyweb/Applications/PublishersAssistance/SubscriberClient/. The
remote server returned an error: (401) Unauthorized.
Publish success.
Warning: Unable to view published application at
http://companyweb/Applications/PublishersAssistance/SubscriberClient/publish.htm
http://companyweb/Applications/PublishersAssistance/SubscriberClient/publish.ht
--------------------------------------------------------------------------------------------

Any suggestions what I could do to fix error 401 greatly appreciated.

Thanks,
Rich
 
V

Vadym Stetsyak

Hello, Rich!

R> Any suggestions what I could do to fix error 401 greatly appreciated.
Are you publishing on IIS? if so then

401 means unauthorized. That is, server will not allow you anything until successfule authentication.

IMO here are the things you can do about it.
1. Remove virtual folder with your project from the server. If this will not help.
2. Change Directory Security of WebSite properties ( maybe to integrated )

--
Regards, Vadym Stetsyak
www: http://vadmyst.blogspot.com
 

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