P
pxpilot
HELP!
I know there's a lot of urls out there, please don't reply with a
link.
I have tried them all but i guess i am missing something.
I have 2 servers on the same network, my ASP.NET runs on Server1 and
need to write RSS to a Server2
Something like this:
Dim enc As Encoding = Encoding.UTF8
Dim objXMLTW As New XmlTextWriter("\\Server2\wwwroot\SiteRoot
\rss.xml", enc)
objXMLTW.WriteStartDocument()
objXMLTW.WriteStartElement("rss")
objXMLTW.WriteElementString("Blah", "Blah Blah Blah")
objXMLTW.WriteEndDocument()
objXMLTW.Flush()
objXMLTW.Close()
I have tried:
* added <identity impersonate="true"/> to web.config (in Server1)
* added Full Control to Server1\ASPNET Server1\IUSR_Server1
Server1\IWAM_Server1
* created virtual directory on Server1 and tried both "Connect As"
options
I keep getting "Logon failure: unknown user name or bad password."
Ideas?
I know there's a lot of urls out there, please don't reply with a
link.
I have tried them all but i guess i am missing something.
I have 2 servers on the same network, my ASP.NET runs on Server1 and
need to write RSS to a Server2
Something like this:
Dim enc As Encoding = Encoding.UTF8
Dim objXMLTW As New XmlTextWriter("\\Server2\wwwroot\SiteRoot
\rss.xml", enc)
objXMLTW.WriteStartDocument()
objXMLTW.WriteStartElement("rss")
objXMLTW.WriteElementString("Blah", "Blah Blah Blah")
objXMLTW.WriteEndDocument()
objXMLTW.Flush()
objXMLTW.Close()
I have tried:
* added <identity impersonate="true"/> to web.config (in Server1)
* added Full Control to Server1\ASPNET Server1\IUSR_Server1
Server1\IWAM_Server1
* created virtual directory on Server1 and tried both "Connect As"
options
I keep getting "Logon failure: unknown user name or bad password."
Ideas?