Congratulations - C# Corner Q4, 2022 MVPs Announced
Why Join
Become a member
Login
No unread comment.
View All Comments
No unread message.
View All Messages
No unread notification.
View All Notifications
Answers
Post
An Article
A Blog
A News
A Video
An EBook
An Interview Question
Ask Question
C# Corner Home
Technologies
Monthly Leaders
ASK A QUESTION
Forum guidelines
Vandana
1.5k
548
64.8k
issue related to server IIS 8
May 18 2018 7:51 AM
Hi,
I have hosted my web application on
iis 8 (os: windows server 2012)
where I am running my project on client machine is running properly but when I am running it
with IIs server is not showing any result on the browser
.
some of the pc showing the data but some pc is not supporting.
I have maintain the
datetime format (
"dd/MM/yyyy")
in my application.
there is no conversion issue. unable to fetch the data.
in config file I have mention
<globalization culture="en-US" uiCulture="en-US"/>
how to resolve this issue kindly help.
Thank you in advance!
Reply
Answers (
1
)
popup message when submit done
Currency ConversionAPI