Friday 2 August 2013

How to Publish the Web Application in Intranet using IIS(Internet Information Services)

Hi guys in this blog am explain how to host the Web Application in Intranet

Step 1 : Open Visual Studio 2010->open the web application as you host in intranet

Step 2 : Right Click your web application-->select Publish as the image shown below


Step 3 : In Drop-down  select New then give Site Name click ok as the image shown below


Step 4 : In Connection Tab->Publish method Drop-down select->File system,then specify the target location where the publish content can save as the image below




Step 5 : Then Click Next->In Settings Tab->Configuration Drop-down select->Release then click Publish 


Step 6 : Then Open IIS-->Expand Sites-->Right click sites click->New site->Dialog box will appear enter Site name,In Content Directory set target location path(while you set in step 4),then click connect as-->Path Credentials->select specific user->Give System username and password,-.click OK,then change default port id 80 into some some four digit no like(6060) then click OK as the image shown below



Step 7 : Then Goto Application pool->Your new site Framework will be V2 means change it to V4 as the image shown below


Step 8 : Then Right click your site->select Manage website->Browse as the image shown below



Step 9 : Now You successfully hosted your web application site in Intranet as the image shown below



Note : While You check this url in another machine means instead of localhost type your system IP Address

Thanks For Reading This Blog








How To Use ARCGIS Desktop & Server Part-2

Step 18 : Now save your shape file in Arc-desktop

Step 19 : Now you get a .mxd File

Note :
        1.) Before host the data in server you must create a application Site in Arcgis server as the image shown below
        2.) To create a site you must need to authorize the Arcgis server,otherwise you can't create site


       3.) After Creating your new site you can host the data,the hosted data can be represent as a web-service  in your created application site

Step 20 : In ArcCatlog expand GIS Server-->Add Arcgis server as the image show below

Step 21 : Select Publish GIS Server-->click next -->enter your arcgis server site url and auth as the image shown below







Step 22 : Now We ready to host the data in arcgis server.Right click the .Mxd file in Arc-catlog->Select share as a service-->select publish a service -->select connnection type and enter service name-->then click next select as it is default(root)->Click next as a image shown below



Note : Before Host the Data remove the basemap layer under layers 


Step 23 : Click Preview to see the point are plotted in proper manner then click Publish as the Image Shown Below

Step 24 : Check your Arcgis server site your published Demo server site will be sucessfully Hosted there   

Thanks For Read this Blog...



How To Use ARCGIS Desktop & Server Part-1

Hi guys am just explain how to use ARCGIS Desktop & Server 10.1 Just Follow the Screen Shots

Step 1 : Open Arcgis Desktop->use Catlog(Rightside corner)connect folder


Step 2 : Right Click your Connected folder-->new  Shape file as the image shown below


Step 3 : Type your Shape file name & select your Shape file Feature type(point,polygon,Polyline,Multipoint) as the image shown below


Note : Before click ok you must set coordinate system.(Click Edit-->PCS-->World-->WGS_1984_Web_Mercator_Auxiliary_Sphere(Default) or GCS-->World-->GCS_WGS_1984)

Step 4 : New shape file will come under Layers as the image shown below



Step 5 : Use Add Data Button-->Add Basemap as the image shown below


Step 6 : Base map has been added under layer as the image shown below


Step 7 : Right click your shape file Edit features->start editing-->click create features in Editor tool-->In  create features shape file will be shown click that shape file-->Construction tool will be shown at bottom click point under construction tool as the image below 


Note : Editor Window will not enable means use customize menu --> click tool add Editor tool

Step 8 : Place a Point in map Simultaneously you should enter value in attribute table as the image shown below


Step 9 : After place your point Click Editor save your edits and click stop editing as the image shown below



Step 10 : Then Under layer's Right Click your shape file-->click attribute table-->point entry will be shown as the image  Shown Below


Step 11 : If you add more data  Open MS-Excel Sheet Add the Data as the Image Shown Below

Note : Save your excel file as .xls format

Step 12 : Then Open Arcgis Desktop-->Add Data  -->Open your Excel File as the Image                        Below


Step 13 : Excel File will be added Under the layers,Before use the Excel sheet we must convert the Excel Data into table please just follow the below steps

Step13(1) : Right click your connected folder add new File Geo-database as the shown below



Step 13(2) : Right Click Your  File Geo-database in ArcCatlog->New ->Table it will show one dialog box
Type the table name and click next choose default and click import your excel sheet then click finish as the image shown below


Step 13(3) : Under layers Your Table as been added Right your New Table->select Properties->Set Data source as your Excel sheet,then open your new table with data as the image shown below.


Now Your Excel data will Ready To use.

Note : Once you add new table you must remove excel sheet in Under layers

Step 14 : Another method to plot point map..Arcgis can give a easy way to add a point in map.Just follow below steps 

Step 14(1) : Open MS-Excel Sheet Add Latitude and Longitude like as shown below

In excel sheet created column  Id,longitude and latitude.
ID Longitude Latitude
1     79.95      12.97
2     80.1167  12.9333
3     79.98      12.7
4    80.03952 12.825888
Note : Save the Excel sheet in .xls format

Step 15 : Open Arc-desktop->Click File->Select Add data->Select Display XY,Then dialog box will appear select x-field as lat and y-field as long and set the co-ordinate as GCS->World->GCS_WGS_1984
as the image shown below

        

Step 16 : Corresponding XY point as been loaded in base map

Step 17 : Now We ready  to host the data in Arcgis Server

Continued in second part