Base solution for your next web application

Activities of "thobiasxp"

Answer

Hi,

Thanks for your help...

Question

Hi, Good Morning,

How to use popup inside another popup in angular 2??

Thanks

Hi, Good Morning,

Can you helps us? How can we set the server side asp.net core to be accessed by multiple client side angular 2 for developing.

Thanks

Hi, Good Morning,

When we try to pass input value through swagger for testing the value is always going as 0 to the method. Is it a issue or we need to set something on swagger for sending input value to method??Can you guyss help us...

Thanks

Hi, Good Morning,

Thanks for your kind and helpful support

Hi, Good Morning,

Thanks for your help, we tried by installing url rewrite module in IIS, but we got error in web config saying "<staticContent> <mimeMap fileExtension=".json" mimeType="application/json" /> </staticContent>" We solved it by replacing static content with below code. So that now we are not getting refresh page error.

We also tried by removing static content from webconfig. It also solved the issue of page refreshing error. So do we need to static content inside web config ?

<staticContent>

<clientCache cacheControlMode="UseMaxAge" cacheControlMaxAge="30.00:00:00"/>

<remove fileExtension=".css" /> <mimeMap fileExtension=".css" mimeType="text/css; charset=UTF-8" /> <remove fileExtension=".js" /> <mimeMap fileExtension=".js" mimeType="text/javascript; charset=UTF-8" /> <remove fileExtension=".json" /> <mimeMap fileExtension=".json" mimeType="application/json; charset=UTF-8" /> <remove fileExtension=".rss" /> <mimeMap fileExtension=".rss" mimeType="application/rss+xml; charset=UTF-8" /> <remove fileExtension=".html" /> <mimeMap fileExtension=".html" mimeType="text/html; charset=UTF-8" /> <remove fileExtension=".xml" /> <mimeMap fileExtension=".xml" mimeType="application/xml; charset=UTF-8" />

<remove fileExtension=".mp3" /> <mimeMap fileExtension=".mp3" mimeType="audio/mpeg" /> <remove fileExtension=".mp4" /> <mimeMap fileExtension=".mp4" mimeType="video/mp4" /> <remove fileExtension=".ogg" /> <mimeMap fileExtension=".ogg" mimeType="audio/ogg" /> <remove fileExtension=".ogv" /> <mimeMap fileExtension=".ogv" mimeType="video/ogg" /> <remove fileExtension=".webm" /> <mimeMap fileExtension=".webm" mimeType="video/webm" />

<remove fileExtension=".svg" /> <mimeMap fileExtension=".svg" mimeType="images/svg+xml" /> <remove fileExtension=".svgz" /> <mimeMap fileExtension=".svgz" mimeType="images/svg+xml" />

<remove fileExtension=".eot" /> <mimeMap fileExtension=".eot" mimeType="application/vnd.ms-fontobject" /> <remove fileExtension=".otf" /> <mimeMap fileExtension=".otf" mimeType="font/otf" /> <remove fileExtension=".woff" /> <mimeMap fileExtension=".woff" mimeType="font/x-woff" /> <remove fileExtension=".crx" /> <mimeMap fileExtension=".crx" mimeType="application/x-chrome-extension" /> <remove fileExtension=".xpi" /> <mimeMap fileExtension=".xpi" mimeType="application/x-xpinstall" /> <remove fileExtension=".safariextz" /> <mimeMap fileExtension=".safariextz" mimeType="application/octet-stream" />

<remove fileExtension=".flv" /> <mimeMap fileExtension=".flv" mimeType="video/x-flv" /> <remove fileExtension=".f4v" /> <mimeMap fileExtension=".f4v" mimeType="video/mp4" /> </staticContent>

Thanks

Hi,

we copied angular solution web.config file in to the deployed angular app, we are getting 500.19 internal server error. we can host both server and client in separate port right or we need to merge both client and server for deployment.

Thanks

Hi,

We followed the link: <a class="postlink" href="https://aspnetzero.com/Documents/Merge-Angular-Client-Server">https://aspnetzero.com/Documents/Merge- ... ent-Server</a> to combine client and server solution on visual studio 2015. After that when we run through visual studio, the server side coding it is running perfectly (to swagger/ui/index.html) but the client side is not working. When we run npm start commend it is showing error in (index.d.ts) file inside node-module folder.

Hi, Good Evening,

We have deployed client and server in different port  for Asp.net Core + Angular 2. When we refresh the page we are getting 404 error. 

Thanks

Hi

It's Working Fine Now. Thanks a lot.

Thanks

Showing 21 to 30 of 64 entries