@@ -94,7 +94,7 @@ This will create a folder structure, under the path previously specified, contai
9494 <img src =" /assets/images/NugetArticle/Project_Path.png " ></a >
9595</figure >
9696
97- ** Note:** By default solution will be build under the ** C:\Users\username\source\repos\AppName\AppName\* * path
97+ ** Note:** By default solution will be build under the C:\Users\username\source\repos\AppName\AppName\ path
9898
9999## Install required Server Components
100100
@@ -118,8 +118,8 @@ Once all components are in place copy the solution files to a directory on the s
118118As a refrence here's how the content of my application folder looks like on my test server
119119
120120<figure >
121- <a href="https://pscustomobject.github.io//assets/images/NugetArticle/IIS_Application.png">
122- <img src="/assets/images/NugetArticle/IIS_Application.png"></a >
121+ < a href =" https://pscustomobject.github.io//assets/images/NugetArticle/IIS_Application.png " >
122+ <img src =" /assets/images/NugetArticle/IIS_Application.png " ></a >
123123</figure >
124124
125125### Update Web.Config configuration file
@@ -152,22 +152,22 @@ Comment out or delete one of the instances of **\<compilation\>** tag so that re
152152We can finally deploy the * NuGet* application to IIS to do so open ** IIS Manager / Expand <Server Name > / Sites** right-click on Default Web Site and select ** Add Application**
153153
154154<figure >
155- <a href="https://pscustomobject.github.io//assets/images/Add_Application.png">
156- <img src="/assets/images/Add_Application.png"></a >
155+ < a href =" https://pscustomobject.github.io//assets/images/NugetArticle /Add_Application.png " >
156+ <img src =" /assets/images/NugetArticle /Add_Application.png " ></a >
157157</figure >
158158
159159In the window that appears provide a name (alias) for the application and specify the path where application files reside
160160
161161<figure >
162- <a href="https://pscustomobject.github.io//assets/images/NugetArticle/Application_Alias.png">
163- <img src="/assets/images/NugetArticle/Application_Alias.png"></a >
162+ < a href =" https://pscustomobject.github.io//assets/images/NugetArticle/Application_Alias.png " >
163+ <img src =" /assets/images/NugetArticle/Application_Alias.png " ></a >
164164</figure >
165165
166166To test the configuration point your browser to ** http://localhost/Nuget ** which should yield the following page
167167
168168<figure >
169- <a href="https://pscustomobject.github.io//assets/images/NugetArticle/Nuget_Page.png">
170- <img src="/assets/images/NugetArticle/Nuget_Page.png"></a >
169+ < a href =" https://pscustomobject.github.io//assets/images/NugetArticle/Nuget_Page.png " >
170+ <img src =" /assets/images/NugetArticle/Nuget_Page.png " ></a >
171171</figure >
172172
173173### Configure Package Directory
0 commit comments