Categories:
.NET (357)
C (330)
C++ (183)
CSS (84)
DBA (2)
General (7)
HTML (4)
Java (574)
JavaScript (106)
JSP (66)
Oracle (114)
Perl (46)
Perl (1)
PHP (1)
PL/SQL (1)
RSS (51)
Software QA (13)
SQL Server (1)
Windows (1)
XHTML (173)
Other Resources:
What is IIS? Have you used it?
What is IIS? Have you used it?
✍: Guest
IIS - Internet Information Server
IIS is used to access the ASP.Net web applications
Yes, I used in ASP.NET web applications.
2013-12-12, 1966👍, 0💬
Popular Posts:
What print out will the folloging code produce? main() { char *p1=“name”; char *p2; p2=(char*)malloc...
Can we have static indexer in C# ? No.
What will be printed as the resultof the operation below: int x; int modifyvalue() { return(x+=10); ...
What is CodeDom? “CodeDom” is an object model which represents actually a source code. It is designe...
Have you ever worked with Microsoft Application Blocks, if yes then which? Application Blocks are C#...