473,396 Members | 1,884 Online
Bytes | Software Development & Data Engineering Community
Post Job

Home Posts Topics Members FAQ

Join Bytes to post your question to a community of 473,396 software developers and data experts.

publishing to iis 5.1

I am having problems publishing to IIS. I have my static ip address now nad
have redirected my domain name to it.

Before in using VWD, I just copied the site to IIS and internally useing
localhost/default.aspx this worked. Now I cannot even do that.

Is there a problem using Visual Studio 2005 Standard and IIS 5.1?

When I go to the URL, I get a HTTP 500 - Internal server error. There was a
time when it was displaying the folders under the IIS directory, but now just
the internal server error.

Thanks for any help and information
Nov 20 '05 #1
11 1562
Internal Server Error means that you have a coding problem, not that the
files weren't copied.

Check your code.
"Brad" <Br**@discussions.microsoft.com> wrote in message
news:CD**********************************@microsof t.com...
I am having problems publishing to IIS. I have my static ip address now
nad
have redirected my domain name to it.

Before in using VWD, I just copied the site to IIS and internally useing
localhost/default.aspx this worked. Now I cannot even do that.

Is there a problem using Visual Studio 2005 Standard and IIS 5.1?

When I go to the URL, I get a HTTP 500 - Internal server error. There was
a
time when it was displaying the folders under the IIS directory, but now
just
the internal server error.

Thanks for any help and information

Nov 20 '05 #2
What could the coding problem be? When I run without debugging, it works fine.

"Scott M." wrote:
Internal Server Error means that you have a coding problem, not that the
files weren't copied.

Check your code.
"Brad" <Br**@discussions.microsoft.com> wrote in message
news:CD**********************************@microsof t.com...
I am having problems publishing to IIS. I have my static ip address now
nad
have redirected my domain name to it.

Before in using VWD, I just copied the site to IIS and internally useing
localhost/default.aspx this worked. Now I cannot even do that.

Is there a problem using Visual Studio 2005 Standard and IIS 5.1?

When I go to the URL, I get a HTTP 500 - Internal server error. There was
a
time when it was displaying the folders under the IIS directory, but now
just
the internal server error.

Thanks for any help and information


Nov 20 '05 #3
There is no way for me to know unless you show me your code.
"Brad" <Br**@discussions.microsoft.com> wrote in message
news:8B**********************************@microsof t.com...
What could the coding problem be? When I run without debugging, it works
fine.

"Scott M." wrote:
Internal Server Error means that you have a coding problem, not that the
files weren't copied.

Check your code.
"Brad" <Br**@discussions.microsoft.com> wrote in message
news:CD**********************************@microsof t.com...
>I am having problems publishing to IIS. I have my static ip address now
>nad
> have redirected my domain name to it.
>
> Before in using VWD, I just copied the site to IIS and internally
> useing
> localhost/default.aspx this worked. Now I cannot even do that.
>
> Is there a problem using Visual Studio 2005 Standard and IIS 5.1?
>
> When I go to the URL, I get a HTTP 500 - Internal server error. There
> was
> a
> time when it was displaying the folders under the IIS directory, but
> now
> just
> the internal server error.
>
> Thanks for any help and information


Nov 20 '05 #4
And this is the error in the event log that I am getting...

The server failed to load application '/LM/W3SVC'. The error was 'The
specified metadata was not found.
"Scott M." wrote:
Internal Server Error means that you have a coding problem, not that the
files weren't copied.

Check your code.
"Brad" <Br**@discussions.microsoft.com> wrote in message
news:CD**********************************@microsof t.com...
I am having problems publishing to IIS. I have my static ip address now
nad
have redirected my domain name to it.

Before in using VWD, I just copied the site to IIS and internally useing
localhost/default.aspx this worked. Now I cannot even do that.

Is there a problem using Visual Studio 2005 Standard and IIS 5.1?

When I go to the URL, I get a HTTP 500 - Internal server error. There was
a
time when it was displaying the folders under the IIS directory, but now
just
the internal server error.

Thanks for any help and information


Nov 20 '05 #5
Brad,

read through this thread :

http://www.codecomments.com/ASP_.NET/message333121.html

In it, you'll find a comment by Steven Cheng (who frequents this newsgroup)
which helped someone else understand what the problem is.

Apparently, uninstalling/reinstalling IIS and running aspnet_regiis -i
should fix the problem, but read the thread for a complete explanation.

Juan T. Llibre, ASP.NET MVP
ASP.NET FAQ : http://asp.net.do/faq/
ASPNETFAQ.COM : http://www.aspnetfaq.com/
Foros de ASP.NET en Español : http://asp.net.do/foros/
======================================
"Brad" <Br**@discussions.microsoft.com> wrote in message
news:CC**********************************@microsof t.com...
And this is the error in the event log that I am getting...

The server failed to load application '/LM/W3SVC'. The error was 'The
specified metadata was not found.
"Scott M." wrote:
Internal Server Error means that you have a coding problem, not that the
files weren't copied.

Check your code.
"Brad" <Br**@discussions.microsoft.com> wrote in message
news:CD**********************************@microsof t.com...
>I am having problems publishing to IIS. I have my static ip address now
>nad
> have redirected my domain name to it.
>
> Before in using VWD, I just copied the site to IIS and internally useing
> localhost/default.aspx this worked. Now I cannot even do that.
>
> Is there a problem using Visual Studio 2005 Standard and IIS 5.1?
>
> When I go to the URL, I get a HTTP 500 - Internal server error. There was
> a
> time when it was displaying the folders under the IIS directory, but now
> just
> the internal server error.
>
> Thanks for any help and information


Nov 20 '05 #6
Juan,

I did see that thread last night and followed the instructions, however now
I am getting a new error: DCOM got error "Logon failure: unknown user name or
bad password. I figure this has something to do with the IWAM account, but
when I try to follow the suggestions given on the web and I try to go into
COM+, the window shuts down on me quickly.

Do you know anything about this?

Thanks for the help.

"Juan T. Llibre" wrote:
Brad,

read through this thread :

http://www.codecomments.com/ASP_.NET/message333121.html

In it, you'll find a comment by Steven Cheng (who frequents this newsgroup)
which helped someone else understand what the problem is.

Apparently, uninstalling/reinstalling IIS and running aspnet_regiis -i
should fix the problem, but read the thread for a complete explanation.

Juan T. Llibre, ASP.NET MVP
ASP.NET FAQ : http://asp.net.do/faq/
ASPNETFAQ.COM : http://www.aspnetfaq.com/
Foros de ASP.NET en Español : http://asp.net.do/foros/
======================================
"Brad" <Br**@discussions.microsoft.com> wrote in message
news:CC**********************************@microsof t.com...
And this is the error in the event log that I am getting...

The server failed to load application '/LM/W3SVC'. The error was 'The
specified metadata was not found.
"Scott M." wrote:
Internal Server Error means that you have a coding problem, not that the
files weren't copied.

Check your code.
"Brad" <Br**@discussions.microsoft.com> wrote in message
news:CD**********************************@microsof t.com...
>I am having problems publishing to IIS. I have my static ip address now
>nad
> have redirected my domain name to it.
>
> Before in using VWD, I just copied the site to IIS and internally useing
> localhost/default.aspx this worked. Now I cannot even do that.
>
> Is there a problem using Visual Studio 2005 Standard and IIS 5.1?
>
> When I go to the URL, I get a HTTP 500 - Internal server error. There was
> a
> time when it was displaying the folders under the IIS directory, but now
> just
> the internal server error.
>
> Thanks for any help and information


Nov 20 '05 #7
Are you impersonating ?

Juan T. Llibre, ASP.NET MVP
ASP.NET FAQ : http://asp.net.do/faq/
ASPNETFAQ.COM : http://www.aspnetfaq.com/
Foros de ASP.NET en Español : http://asp.net.do/foros/
======================================
"Brad" <Br**@discussions.microsoft.com> wrote in message
news:F9**********************************@microsof t.com...
Juan,

I did see that thread last night and followed the instructions, however now
I am getting a new error: DCOM got error "Logon failure: unknown user name or
bad password. I figure this has something to do with the IWAM account, but
when I try to follow the suggestions given on the web and I try to go into
COM+, the window shuts down on me quickly.

Do you know anything about this?

Thanks for the help.

"Juan T. Llibre" wrote:
Brad,

read through this thread :

http://www.codecomments.com/ASP_.NET/message333121.html

In it, you'll find a comment by Steven Cheng (who frequents this newsgroup)
which helped someone else understand what the problem is.

Apparently, uninstalling/reinstalling IIS and running aspnet_regiis -i
should fix the problem, but read the thread for a complete explanation.

Juan T. Llibre, ASP.NET MVP
ASP.NET FAQ : http://asp.net.do/faq/
ASPNETFAQ.COM : http://www.aspnetfaq.com/
Foros de ASP.NET en Español : http://asp.net.do/foros/
======================================
"Brad" <Br**@discussions.microsoft.com> wrote in message
news:CC**********************************@microsof t.com...
> And this is the error in the event log that I am getting...
>
> The server failed to load application '/LM/W3SVC'. The error was 'The
> specified metadata was not found.
>
>
> "Scott M." wrote:
>
>> Internal Server Error means that you have a coding problem, not that the
>> files weren't copied.
>>
>> Check your code.
>>
>>
>> "Brad" <Br**@discussions.microsoft.com> wrote in message
>> news:CD**********************************@microsof t.com...
>> >I am having problems publishing to IIS. I have my static ip address now
>> >nad
>> > have redirected my domain name to it.
>> >
>> > Before in using VWD, I just copied the site to IIS and internally useing
>> > localhost/default.aspx this worked. Now I cannot even do that.
>> >
>> > Is there a problem using Visual Studio 2005 Standard and IIS 5.1?
>> >
>> > When I go to the URL, I get a HTTP 500 - Internal server error. There was
>> > a
>> > time when it was displaying the folders under the IIS directory, but now
>> > just
>> > the internal server error.
>> >
>> > Thanks for any help and information

Nov 20 '05 #8
Not that I know of. How would I check that?

"Juan T. Llibre" wrote:
Are you impersonating ?

Juan T. Llibre, ASP.NET MVP
ASP.NET FAQ : http://asp.net.do/faq/
ASPNETFAQ.COM : http://www.aspnetfaq.com/
Foros de ASP.NET en Español : http://asp.net.do/foros/
======================================
"Brad" <Br**@discussions.microsoft.com> wrote in message
news:F9**********************************@microsof t.com...
Juan,

I did see that thread last night and followed the instructions, however now
I am getting a new error: DCOM got error "Logon failure: unknown user name or
bad password. I figure this has something to do with the IWAM account, but
when I try to follow the suggestions given on the web and I try to go into
COM+, the window shuts down on me quickly.

Do you know anything about this?

Thanks for the help.

"Juan T. Llibre" wrote:
Brad,

read through this thread :

http://www.codecomments.com/ASP_.NET/message333121.html

In it, you'll find a comment by Steven Cheng (who frequents this newsgroup)
which helped someone else understand what the problem is.

Apparently, uninstalling/reinstalling IIS and running aspnet_regiis -i
should fix the problem, but read the thread for a complete explanation.

Juan T. Llibre, ASP.NET MVP
ASP.NET FAQ : http://asp.net.do/faq/
ASPNETFAQ.COM : http://www.aspnetfaq.com/
Foros de ASP.NET en Español : http://asp.net.do/foros/
======================================
"Brad" <Br**@discussions.microsoft.com> wrote in message
news:CC**********************************@microsof t.com...
> And this is the error in the event log that I am getting...
>
> The server failed to load application '/LM/W3SVC'. The error was 'The
> specified metadata was not found.
>
>
> "Scott M." wrote:
>
>> Internal Server Error means that you have a coding problem, not that the
>> files weren't copied.
>>
>> Check your code.
>>
>>
>> "Brad" <Br**@discussions.microsoft.com> wrote in message
>> news:CD**********************************@microsof t.com...
>> >I am having problems publishing to IIS. I have my static ip address now
>> >nad
>> > have redirected my domain name to it.
>> >
>> > Before in using VWD, I just copied the site to IIS and internally useing
>> > localhost/default.aspx this worked. Now I cannot even do that.
>> >
>> > Is there a problem using Visual Studio 2005 Standard and IIS 5.1?
>> >
>> > When I go to the URL, I get a HTTP 500 - Internal server error. There was
>> > a
>> > time when it was displaying the folders under the IIS directory, but now
>> > just
>> > the internal server error.
>> >
>> > Thanks for any help and information


Nov 20 '05 #9
Go to :
http://www.aspnetfaq.com/default.asp...&CategoryId=39
and run the short script posted there to identify the account ASP.NET is running as.

You haven't said which version of IIS, or which OS, you're running.

If you're running IIS 5.0 or 5.1, your ASP.NET account is ASPNET,
unless you're impersonating.

If you're running IIS 6.0, it's NT AUTHORITY\NETWORK SERVICE.

Juan T. Llibre, ASP.NET MVP
ASP.NET FAQ : http://asp.net.do/faq/
ASPNETFAQ.COM : http://www.aspnetfaq.com/
Foros de ASP.NET en Español : http://asp.net.do/foros/
======================================
"Brad" <Br**@discussions.microsoft.com> wrote in message
news:F6**********************************@microsof t.com...
Not that I know of. How would I check that?

"Juan T. Llibre" wrote:


Are you impersonating ?
Juan T. Llibre, ASP.NET MVP
=====================
"Brad" <Br**@discussions.microsoft.com> wrote in message
news:F9**********************************@microsof t.com...
> Juan,
>
> I did see that thread last night and followed the instructions, however now
> I am getting a new error: DCOM got error "Logon failure: unknown user name or
> bad password. I figure this has something to do with the IWAM account, but
> when I try to follow the suggestions given on the web and I try to go into
> COM+, the window shuts down on me quickly.
>
> Do you know anything about this?
>
> Thanks for the help.
>
>
>
> "Juan T. Llibre" wrote:
>
>> Brad,
>>
>> read through this thread :
>>
>> http://www.codecomments.com/ASP_.NET/message333121.html
>>
>> In it, you'll find a comment by Steven Cheng (who frequents this newsgroup)
>> which helped someone else understand what the problem is.
>>
>> Apparently, uninstalling/reinstalling IIS and running aspnet_regiis -i
>> should fix the problem, but read the thread for a complete explanation.
>>
>> Juan T. Llibre, ASP.NET MVP
>> ======================
>> "Brad" <Br**@discussions.microsoft.com> wrote in message
>> news:CC**********************************@microsof t.com...
>> > And this is the error in the event log that I am getting...
>> >
>> > The server failed to load application '/LM/W3SVC'. The error was 'The
>> > specified metadata was not found.
>> >
>> >
>> > "Scott M." wrote:
>> >
>> >> Internal Server Error means that you have a coding problem, not that the
>> >> files weren't copied.
>> >>
>> >> Check your code.
>> >>
>> >>
>> >> "Brad" <Br**@discussions.microsoft.com> wrote in message
>> >> news:CD**********************************@microsof t.com...
>> >> >I am having problems publishing to IIS. I have my static ip address now
>> >> >nad
>> >> > have redirected my domain name to it.
>> >> >
>> >> > Before in using VWD, I just copied the site to IIS and internally useing
>> >> > localhost/default.aspx this worked. Now I cannot even do that.
>> >> >
>> >> > Is there a problem using Visual Studio 2005 Standard and IIS 5.1?
>> >> >
>> >> > When I go to the URL, I get a HTTP 500 - Internal server error. There was
>> >> > a
>> >> > time when it was displaying the folders under the IIS directory, but now
>> >> > just
>> >> > the internal server error.
>> >> >
>> >> > Thanks for any help and information

Nov 20 '05 #10
It is 5.1 on XP Media Edition. I know that it is using the ASPNET account
and I have made sure that the account has the proper permission in the
wwwroot directory.

"Juan T. Llibre" wrote:
Go to :
http://www.aspnetfaq.com/default.asp...&CategoryId=39
and run the short script posted there to identify the account ASP.NET is running as.

You haven't said which version of IIS, or which OS, you're running.

If you're running IIS 5.0 or 5.1, your ASP.NET account is ASPNET,
unless you're impersonating.

If you're running IIS 6.0, it's NT AUTHORITY\NETWORK SERVICE.

Juan T. Llibre, ASP.NET MVP
ASP.NET FAQ : http://asp.net.do/faq/
ASPNETFAQ.COM : http://www.aspnetfaq.com/
Foros de ASP.NET en Español : http://asp.net.do/foros/
======================================
"Brad" <Br**@discussions.microsoft.com> wrote in message
news:F6**********************************@microsof t.com...
Not that I know of. How would I check that?

"Juan T. Llibre" wrote:


Are you impersonating ?
Juan T. Llibre, ASP.NET MVP
=====================
"Brad" <Br**@discussions.microsoft.com> wrote in message
news:F9**********************************@microsof t.com...
> Juan,
>
> I did see that thread last night and followed the instructions, however now
> I am getting a new error: DCOM got error "Logon failure: unknown user name or
> bad password. I figure this has something to do with the IWAM account, but
> when I try to follow the suggestions given on the web and I try to go into
> COM+, the window shuts down on me quickly.
>
> Do you know anything about this?
>
> Thanks for the help.
>
>
>
> "Juan T. Llibre" wrote:
>
>> Brad,
>>
>> read through this thread :
>>
>> http://www.codecomments.com/ASP_.NET/message333121.html
>>
>> In it, you'll find a comment by Steven Cheng (who frequents this newsgroup)
>> which helped someone else understand what the problem is.
>>
>> Apparently, uninstalling/reinstalling IIS and running aspnet_regiis -i
>> should fix the problem, but read the thread for a complete explanation.
>>
>> Juan T. Llibre, ASP.NET MVP
>> ======================
>> "Brad" <Br**@discussions.microsoft.com> wrote in message
>> news:CC**********************************@microsof t.com...
>> > And this is the error in the event log that I am getting...
>> >
>> > The server failed to load application '/LM/W3SVC'. The error was 'The
>> > specified metadata was not found.
>> >
>> >
>> > "Scott M." wrote:
>> >
>> >> Internal Server Error means that you have a coding problem, not that the
>> >> files weren't copied.
>> >>
>> >> Check your code.
>> >>
>> >>
>> >> "Brad" <Br**@discussions.microsoft.com> wrote in message
>> >> news:CD**********************************@microsof t.com...
>> >> >I am having problems publishing to IIS. I have my static ip address now
>> >> >nad
>> >> > have redirected my domain name to it.
>> >> >
>> >> > Before in using VWD, I just copied the site to IIS and internally useing
>> >> > localhost/default.aspx this worked. Now I cannot even do that.
>> >> >
>> >> > Is there a problem using Visual Studio 2005 Standard and IIS 5.1?
>> >> >
>> >> > When I go to the URL, I get a HTTP 500 - Internal server error. There was
>> >> > a
>> >> > time when it was displaying the folders under the IIS directory, but now
>> >> > just
>> >> > the internal server error.
>> >> >
>> >> > Thanks for any help and information


Nov 20 '05 #11
Check to see if all the directories/files/accounts listed in :
http://msdn.microsoft.com/library/de...l/secmod15.asp
have the permissions outlined in that article.

You can test by creating a custom account, per the article's recommendations.
If the new account works OK, run ASP.NET as that account.

That probably will require less effort than troubleshooting your current account.

Juan T. Llibre, ASP.NET MVP
ASP.NET FAQ : http://asp.net.do/faq/
ASPNETFAQ.COM : http://www.aspnetfaq.com/
Foros de ASP.NET en Español : http://asp.net.do/foros/
======================================
"Brad" <Br**@discussions.microsoft.com> wrote in message
news:2C**********************************@microsof t.com...
It is 5.1 on XP Media Edition. I know that it is using the ASPNET account
and I have made sure that the account has the proper permission in the
wwwroot directory.

"Juan T. Llibre" wrote:
Go to :
http://www.aspnetfaq.com/default.asp...&CategoryId=39
and run the short script posted there to identify the account ASP.NET is running as.

You haven't said which version of IIS, or which OS, you're running.

If you're running IIS 5.0 or 5.1, your ASP.NET account is ASPNET,
unless you're impersonating.

If you're running IIS 6.0, it's NT AUTHORITY\NETWORK SERVICE.

Juan T. Llibre, ASP.NET MVP
ASP.NET FAQ : http://asp.net.do/faq/
ASPNETFAQ.COM : http://www.aspnetfaq.com/
Foros de ASP.NET en Español : http://asp.net.do/foros/
======================================
"Brad" <Br**@discussions.microsoft.com> wrote in message
news:F6**********************************@microsof t.com...
> Not that I know of. How would I check that?
> "Juan T. Llibre" wrote:
>> Are you impersonating ?
>> Juan T. Llibre, ASP.NET MVP
>> =====================
>> "Brad" <Br**@discussions.microsoft.com> wrote in message
>> news:F9**********************************@microsof t.com...
>> > Juan,
>> >
>> > I did see that thread last night and followed the instructions, however now
>> > I am getting a new error: DCOM got error "Logon failure: unknown user name or
>> > bad password. I figure this has something to do with the IWAM account, but
>> > when I try to follow the suggestions given on the web and I try to go into
>> > COM+, the window shuts down on me quickly.
>> >
>> > Do you know anything about this?
>> >
>> > Thanks for the help.
>> >
>> >
>> >
>> > "Juan T. Llibre" wrote:
>> >
>> >> Brad,
>> >>
>> >> read through this thread :
>> >>
>> >> http://www.codecomments.com/ASP_.NET/message333121.html
>> >>
>> >> In it, you'll find a comment by Steven Cheng (who frequents this newsgroup)
>> >> which helped someone else understand what the problem is.
>> >>
>> >> Apparently, uninstalling/reinstalling IIS and running aspnet_regiis -i
>> >> should fix the problem, but read the thread for a complete explanation.
>> >>
>> >> Juan T. Llibre, ASP.NET MVP
>> >> ======================
>> >> "Brad" <Br**@discussions.microsoft.com> wrote in message
>> >> news:CC**********************************@microsof t.com...
>> >> > And this is the error in the event log that I am getting...
>> >> >
>> >> > The server failed to load application '/LM/W3SVC'. The error was 'The
>> >> > specified metadata was not found.
>> >> >
>> >> >
>> >> > "Scott M." wrote:
>> >> >
>> >> >> Internal Server Error means that you have a coding problem, not that the
>> >> >> files weren't copied.
>> >> >>
>> >> >> Check your code.
>> >> >>
>> >> >>
>> >> >> "Brad" <Br**@discussions.microsoft.com> wrote in message
>> >> >> news:CD**********************************@microsof t.com...
>> >> >> >I am having problems publishing to IIS. I have my static ip address now
>> >> >> >nad
>> >> >> > have redirected my domain name to it.
>> >> >> >
>> >> >> > Before in using VWD, I just copied the site to IIS and internally useing
>> >> >> > localhost/default.aspx this worked. Now I cannot even do that.
>> >> >> >
>> >> >> > Is there a problem using Visual Studio 2005 Standard and IIS 5.1?
>> >> >> >
>> >> >> > When I go to the URL, I get a HTTP 500 - Internal server error. There was
>> >> >> > a
>> >> >> > time when it was displaying the folders under the IIS directory, but now
>> >> >> > just
>> >> >> > the internal server error.
>> >> >> >
>> >> >> > Thanks for any help and information


Nov 20 '05 #12

This thread has been closed and replies have been disabled. Please start a new discussion.

Similar topics

0
by: MarionEll | last post by:
XML 2003 to Highlight Key Publishing Trend: XSL-FO Tools XSL-FO “Chef’s Tools Exhibition†Slated for 7 p.m. Dec. 10; Premier XML Industry Event Runs Dec. 7-12 in Philadelphia Alexandria,...
0
by: vidya | last post by:
Hi, How can program publishing wizard that can automate publishing of my web pages thru c# or VB.Net. I wanted to use the Microsoft Web Publishing Wizard APIs in dot net. Can anyone help me on...
6
by: Doc | last post by:
I'm trying to get to the bottom of a problem I've been having with publishing a freebie website. I'm using a program called WebEasy. Using a very simple site upload as an example, in this case a...
0
by: tiendq | last post by:
Hi, My web application using a Http handler to handle request for *.aspx page in a specific folder e.g. /Articles , which generate requested page dynamically. It worked well. But when I...
2
by: Dustin Davis | last post by:
This is my first attempt at using ClickOnce. It seems it is publishing OK, but I can't run the install. If I use IE, I just see XML in the web browser. If I use Firefox, I download a setup file,...
2
by: Elmo Watson | last post by:
Since I came from the HTML world many years ago - I am just in the habit of copying/FTPing all my ASP.Net websites to the remote server However, I have a friend who says that Publishing is the...
1
by: thavaht | last post by:
I recently began drawing dynamic pages using PHP + MYSQL. I’m developing the site on windows XP / Apache 1.3.34 / PHP 5.1.2 as a testing server. My publishing server is on another machine on the...
2
by: Max2006 | last post by:
Hi, After I right-click on my web application project file and choose "Publish ." and do the publishing, the result publishable files does not include the *.ashx files. Is it by design? How...
7
ADezii
by: ADezii | last post by:
There are essentially three techniques for publishing Access Data on the Web. The first technique is static, and does not allow for the dynamic addition or modification to the data, There is no...
0
by: =?Utf-8?B?QWxoYW1icmEgRWlkb3MgS2lxdWVuZXQ=?= | last post by:
Hi all, I have a publishing Click Once of my application. Now I want create new version of my application for modify some files, like app.config.
0
by: emmanuelkatto | last post by:
Hi All, I am Emmanuel katto from Uganda. I want to ask what challenges you've faced while migrating a website to cloud. Please let me know. Thanks! Emmanuel
0
BarryA
by: BarryA | last post by:
What are the essential steps and strategies outlined in the Data Structures and Algorithms (DSA) roadmap for aspiring data scientists? How can individuals effectively utilize this roadmap to progress...
1
by: nemocccc | last post by:
hello, everyone, I want to develop a software for my android phone for daily needs, any suggestions?
0
marktang
by: marktang | last post by:
ONU (Optical Network Unit) is one of the key components for providing high-speed Internet services. Its primary function is to act as an endpoint device located at the user's premises. However,...
0
by: Hystou | last post by:
Most computers default to English, but sometimes we require a different language, especially when relocating. Forgot to request a specific language before your computer shipped? No problem! You can...
0
Oralloy
by: Oralloy | last post by:
Hello folks, I am unable to find appropriate documentation on the type promotion of bit-fields when using the generalised comparison operator "<=>". The problem is that using the GNU compilers,...
0
jinu1996
by: jinu1996 | last post by:
In today's digital age, having a compelling online presence is paramount for businesses aiming to thrive in a competitive landscape. At the heart of this digital strategy lies an intricately woven...
0
by: Hystou | last post by:
Overview: Windows 11 and 10 have less user interface control over operating system update behaviour than previous versions of Windows. In Windows 11 and 10, there is no way to turn off the Windows...
0
agi2029
by: agi2029 | last post by:
Let's talk about the concept of autonomous AI software engineers and no-code agents. These AIs are designed to manage the entire lifecycle of a software development project—planning, coding, testing,...

By using Bytes.com and it's services, you agree to our Privacy Policy and Terms of Use.

To disable or enable advertisements and analytics tracking please visit the manage ads & tracking page.