| File system | HTTP |
| it is used for website development | it is used for website development and hosting |
| it will uses ASP.NET development server | it will uses iis web server |
| virtual directory will not be created | virtual directory will be created in IIS Server |
| for each website different port no will be used | for, the website run through http protocol same port no will be used. |
Saturday, July 5, 2014
File System vs Http
Subscribe to:
Post Comments (Atom)
Python -3
Lists It is used to store Collection of data. Lists are created using square brackets: List Items Order cannot be changed. It can have dup...
-
Please refer previous example https://dotnetbyudayrajakonda.blogspot.com/2023/10/angular-ngfor-directive.html .Html <ul style = ...
-
Using ng bind directive: <html> <script src="angular.min.js"></script> <body> <div ng-a...
-
Creating a Table To store data into the relational database you must create a table in the database and for this purpose you need to use the...
No comments:
Post a Comment
Thank you for visiting my blog