-
Posted to
Web Deployment Tool (MS Deploy)
by
Matibo
on
08-26-2008, 4:12 AM
Hello faith_a,
thank you for your answer, but i moved the server "by hand". The next time i will try your suggestions.
Greetings
Matibo
-
Posted to
IIS7 - Configuration & Scripting
by
Matibo
on
08-22-2008, 4:40 PM
Zhao Ji Ma - i really really thank you.
So easy but to blind to see it :-)
...Dim m As ManagementBaseObject = returnedSection.GetPropertyValue("Session")
var = m.item("AllowSessionState")
...
Greetings Matt
-
Posted to
IIS 7 - ASP.NET Administration
by
Matibo
on
08-21-2008, 7:44 PM
Hello garantor,
did you open the aspx page with wordpad and saved it?
Something seems to be wrong with your Editor you use to create asp pages!?
-
Posted to
IIS7 - Extensibility
by
Matibo
on
08-21-2008, 7:26 PM
Are there any solutions out there to fix this problem yet?
I have the same problem!
thx for any suggestions!
Matt
-
Posted to
IIS7 - Configuration & Scripting
by
Matibo
on
08-20-2008, 11:21 AM
Hi all,
i try get the values from AspSession. This is what i got so far:
...Dim serverObj As New ManagementObject(wmicon, New ManagementPath("Site.Name='" & swn & "'"), Nothing)
Dim inParams As ManagementBaseObject = ...
-
Posted to
Web Deployment Tool (MS Deploy)
by
Matibo
on
08-10-2008, 9:50 PM
Okay... i give up... in the last 12 hours i tried everything i came up with:
- Reinstall/Repair WMI configuration
- checked everything with wmidiag.vbs
- reinstalled the .Net Framework
- tried to change the urlacl by using httpcfg.exe
the only thing that changed - i get the error message now in german :-)
I really hope someone has ...
-
Posted to
Web Deployment Tool (MS Deploy)
by
Matibo
on
08-09-2008, 11:09 PM
Hello IISler,
i have a problem with that error message, because i get it only on one server. I tried to run this:
msdeploy -verb:sync -source:webServer60,computerName=<Servername>,username=<username>,password=<password> -dest:webserver60 -whatif >msDeploySync.log
Since the service is started and the username and ...