skip to main
|
skip to sidebar
gat's blog
Tuesday, March 9, 2010
How to set default website to ASP.NET 2.0
The following will set the default website to ASP.NET 2.0:
C:\windows\Microsoft.NET\Framework\v2.0.50727\aspnet_regiis.exe -sn W3SVC/
Child applications inherit the ASP.NET setting from the parent, so all children will have the new setting.
Remote connection to MSSQL server on a specific port
If you use specific port (not 1433 by default) for MSSQL server remote connections, then when you want to connect trough SQL Server Management you must specify the new port in server name with comma, e.g.:
Server name:
www.yourserver.com
,
3281
Newer Posts
Older Posts
Home
Subscribe to:
Posts (Atom)
Labels
.NET 2.0
(2)
IIS
(1)
misc
(1)
MSSQL
(2)
Blog Archive
►
2012
(2)
►
September
(2)
►
2011
(1)
►
March
(1)
▼
2010
(2)
▼
March
(2)
How to set default website to ASP.NET 2.0
Remote connection to MSSQL server on a specific port
►
2008
(1)
►
February
(1)
About Me
lizzarde
View my complete profile