N a g a s a i
Software Engineer, Blogger, Gadgets, Sports, Circket, Movies and Gamer.
Showing posts with label
Web Server
.
Show all posts
Showing posts with label
Web Server
.
Show all posts
Friday, July 20, 2012
C#: How to Get Machine name of the webserver
›
Here is how you can do using C#, Response.Write( "machinename " +System.Environment.MachineName + "<BR>" ) This...
Tuesday, January 31, 2012
How to add MIME types in Web.config on hosted Servers, Go Daddy, IIS 7 etc.
›
Ever wanted to add a custom mime type to your Web server? I ran into this issue the other day when I tried to serve up .otf files related t...
1 comment:
Tuesday, January 10, 2012
What is a MIME type?
›
There are times when you would want the IIS web server to serve a file that has an extension that it does not recognize. That is, a file who...
List of MIME Types with Content types
›
There are times when you would want the IIS web server to serve a file that has an extension that it does not recognize. That is, a file who...
1 comment:
›
Home
View web version