473,326 Members | 2,182 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,326 software developers and data experts.

Deployment in VS.NET 2005

Hello,

I'm just starting to work with ASP.NET 2.0 and VS 2005.

If I understand correctly, even if I precompiled my application, I still
need to upload aspx.vb files to the server, correct? The way I did it in
VS.NET 2003 - uploaded only aspx and dll files - no longer works, correct?
At least it didn't work for me.

Thank you,

--
Peter Afonin
Jul 16 '06 #1
8 1249
re:
If I understand correctly, even if I precompiled my application, I still need to upload aspx.vb
files to the server, correct?
No.

..cs or .vb files not in App_Code folder are compiled with the page
or resource that depends on it and the assembly is placed in the /bin folder.

Just make sure you transfer the contents of the /bin folder.

See :
http://msdn2.microsoft.com/en-us/library/e22s60h9.aspx for full details.


Juan T. Llibre, asp.net MVP
aspnetfaq.com : http://www.aspnetfaq.com/
asp.net faq : http://asp.net.do/faq/
foros de asp.net, en español : http://asp.net.do/foros/
===================================
"Peter Afonin" <pa*****@hotmail.comwrote in message news:eZ**************@TK2MSFTNGP05.phx.gbl...
Hello,

I'm just starting to work with ASP.NET 2.0 and VS 2005.

If I understand correctly, even if I precompiled my application, I still need to upload aspx.vb
files to the server, correct? The way I did it in VS.NET 2003 - uploaded only aspx and dll files -
no longer works, correct? At least it didn't work for me.

Thank you,

--
Peter Afonin



Jul 16 '06 #2
Thank you Juan,

Well, at first, when I go to Configuration Manager, I see only Debug option
there (apart from New and Edit). Then, after I rebuld everything
successfully, there are no DLLs in my Bin folder. So I guess I need to
configure something else.

Peter

"Juan T. Llibre" <no***********@nowhere.comwrote in message
news:%2****************@TK2MSFTNGP04.phx.gbl...
re:
>If I understand correctly, even if I precompiled my application, I still
need to upload aspx.vb
files to the server, correct?

No.

.cs or .vb files not in App_Code folder are compiled with the page
or resource that depends on it and the assembly is placed in the /bin
folder.

Just make sure you transfer the contents of the /bin folder.

See :
http://msdn2.microsoft.com/en-us/library/e22s60h9.aspx for full details.


Juan T. Llibre, asp.net MVP
aspnetfaq.com : http://www.aspnetfaq.com/
asp.net faq : http://asp.net.do/faq/
foros de asp.net, en español : http://asp.net.do/foros/
===================================
"Peter Afonin" <pa*****@hotmail.comwrote in message
news:eZ**************@TK2MSFTNGP05.phx.gbl...
>Hello,

I'm just starting to work with ASP.NET 2.0 and VS 2005.

If I understand correctly, even if I precompiled my application, I still
need to upload aspx.vb
files to the server, correct? The way I did it in VS.NET 2003 - uploaded
only aspx and dll files -
no longer works, correct? At least it didn't work for me.

Thank you,

--
Peter Afonin




Jul 16 '06 #3
VS 2005 doesn't create any DLLs in the /bin directory.

They are only created if you use the aspnet_compiler.exe tool,
or if you use the Web Application Projects add-in for VS 2005.

Please review :

http://msdn2.microsoft.com/en-us/library/ms227972.aspx
for the aspnet_conpiler.exe tool
and
http://webproject.scottgu.com/
for the Web Application Projects Add-in.

Juan T. Llibre, asp.net MVP
aspnetfaq.com : http://www.aspnetfaq.com/
asp.net faq : http://asp.net.do/faq/
foros de asp.net, en español : http://asp.net.do/foros/
===================================
"Peter Afonin" <pa*****@hotmail.comwrote in message
news:%2****************@TK2MSFTNGP03.phx.gbl...
Thank you Juan,

Well, at first, when I go to Configuration Manager, I see only Debug option there (apart from New
and Edit). Then, after I rebuld everything successfully, there are no DLLs in my Bin folder. So I
guess I need to configure something else.

Peter
"Juan T. Llibre" <no***********@nowhere.comwrote in message
news:%2****************@TK2MSFTNGP04.phx.gbl...
>re:
>>If I understand correctly, even if I precompiled my application, I still need to upload aspx.vb
files to the server, correct?

No.

.cs or .vb files not in App_Code folder are compiled with the page
or resource that depends on it and the assembly is placed in the /bin folder.

Just make sure you transfer the contents of the /bin folder.

See :
http://msdn2.microsoft.com/en-us/library/e22s60h9.aspx for full details.


Juan T. Llibre, asp.net MVP
aspnetfaq.com : http://www.aspnetfaq.com/
asp.net faq : http://asp.net.do/faq/
foros de asp.net, en español : http://asp.net.do/foros/
===================================
"Peter Afonin" <pa*****@hotmail.comwrote in message
news:eZ**************@TK2MSFTNGP05.phx.gbl...
>>Hello,

I'm just starting to work with ASP.NET 2.0 and VS 2005.

If I understand correctly, even if I precompiled my application, I still need to upload aspx.vb
files to the server, correct? The way I did it in VS.NET 2003 - uploaded only aspx and dll
files -
no longer works, correct? At least it didn't work for me.

Thank you,

--
Peter Afonin





Jul 16 '06 #4
Thank you, Juan, I'll look into it. This doesn't make any sense to me - why
to do it a complicated way if it could be done much easier, just like in VS
2003, but perhaps there is a reason for it.

Peter

"Juan T. Llibre" <no***********@nowhere.comwrote in message
news:e9**************@TK2MSFTNGP03.phx.gbl...
VS 2005 doesn't create any DLLs in the /bin directory.

They are only created if you use the aspnet_compiler.exe tool,
or if you use the Web Application Projects add-in for VS 2005.

Please review :

http://msdn2.microsoft.com/en-us/library/ms227972.aspx
for the aspnet_conpiler.exe tool
and
http://webproject.scottgu.com/
for the Web Application Projects Add-in.

Juan T. Llibre, asp.net MVP
aspnetfaq.com : http://www.aspnetfaq.com/
asp.net faq : http://asp.net.do/faq/
foros de asp.net, en español : http://asp.net.do/foros/
===================================
"Peter Afonin" <pa*****@hotmail.comwrote in message
news:%2****************@TK2MSFTNGP03.phx.gbl...
>Thank you Juan,

Well, at first, when I go to Configuration Manager, I see only Debug
option there (apart from New and Edit). Then, after I rebuld everything
successfully, there are no DLLs in my Bin folder. So I guess I need to
configure something else.

Peter
>"Juan T. Llibre" <no***********@nowhere.comwrote in message
news:%2****************@TK2MSFTNGP04.phx.gbl...
>>re:
If I understand correctly, even if I precompiled my application, I
still need to upload aspx.vb
files to the server, correct?

No.

.cs or .vb files not in App_Code folder are compiled with the page
or resource that depends on it and the assembly is placed in the /bin
folder.

Just make sure you transfer the contents of the /bin folder.

See :
http://msdn2.microsoft.com/en-us/library/e22s60h9.aspx for full details.


Juan T. Llibre, asp.net MVP
aspnetfaq.com : http://www.aspnetfaq.com/
asp.net faq : http://asp.net.do/faq/
foros de asp.net, en español : http://asp.net.do/foros/
===================================
"Peter Afonin" <pa*****@hotmail.comwrote in message
news:eZ**************@TK2MSFTNGP05.phx.gbl...
Hello,

I'm just starting to work with ASP.NET 2.0 and VS 2005.

If I understand correctly, even if I precompiled my application, I
still need to upload aspx.vb
files to the server, correct? The way I did it in VS.NET 2003 -
uploaded only aspx and dll files -
no longer works, correct? At least it didn't work for me.

Thank you,

--
Peter Afonin





Jul 16 '06 #5
Another strange thing - when I build a web site, I'm getting success
messages. What do I building then?

Thanks,

Peter

"Juan T. Llibre" <no***********@nowhere.comwrote in message
news:e9**************@TK2MSFTNGP03.phx.gbl...
VS 2005 doesn't create any DLLs in the /bin directory.

They are only created if you use the aspnet_compiler.exe tool,
or if you use the Web Application Projects add-in for VS 2005.

Please review :

http://msdn2.microsoft.com/en-us/library/ms227972.aspx
for the aspnet_conpiler.exe tool
and
http://webproject.scottgu.com/
for the Web Application Projects Add-in.

Juan T. Llibre, asp.net MVP
aspnetfaq.com : http://www.aspnetfaq.com/
asp.net faq : http://asp.net.do/faq/
foros de asp.net, en español : http://asp.net.do/foros/
===================================
"Peter Afonin" <pa*****@hotmail.comwrote in message
news:%2****************@TK2MSFTNGP03.phx.gbl...
>Thank you Juan,

Well, at first, when I go to Configuration Manager, I see only Debug
option there (apart from New and Edit). Then, after I rebuld everything
successfully, there are no DLLs in my Bin folder. So I guess I need to
configure something else.

Peter
>"Juan T. Llibre" <no***********@nowhere.comwrote in message
news:%2****************@TK2MSFTNGP04.phx.gbl...
>>re:
If I understand correctly, even if I precompiled my application, I
still need to upload aspx.vb
files to the server, correct?

No.

.cs or .vb files not in App_Code folder are compiled with the page
or resource that depends on it and the assembly is placed in the /bin
folder.

Just make sure you transfer the contents of the /bin folder.

See :
http://msdn2.microsoft.com/en-us/library/e22s60h9.aspx for full details.


Juan T. Llibre, asp.net MVP
aspnetfaq.com : http://www.aspnetfaq.com/
asp.net faq : http://asp.net.do/faq/
foros de asp.net, en español : http://asp.net.do/foros/
===================================
"Peter Afonin" <pa*****@hotmail.comwrote in message
news:eZ**************@TK2MSFTNGP05.phx.gbl...
Hello,

I'm just starting to work with ASP.NET 2.0 and VS 2005.

If I understand correctly, even if I precompiled my application, I
still need to upload aspx.vb
files to the server, correct? The way I did it in VS.NET 2003 -
uploaded only aspx and dll files -
no longer works, correct? At least it didn't work for me.

Thank you,

--
Peter Afonin





Jul 16 '06 #6
Building a web site is local and, unless you have code issues, will work 100% of the time.

Try publishing your website with VS 2005,
(within the IDE, just below the "build" menu item) and deploying the results.

You'll see several DLLs in the appropiate directories after you do that.

But, with the aspnet_compiler, and with the Web Application Project add-in,
you get a much more granular control over the assemblies (DLLs) compiled.

Review the two links I sente you :
http://msdn2.microsoft.com/en-us/library/ms227972.aspx
for the aspnet_conpiler.exe tool
and
http://webproject.scottgu.com/
for the Web Application Projects Add-in.
....and you will understand much better the available scenarios.

Juan T. Llibre, asp.net MVP
aspnetfaq.com : http://www.aspnetfaq.com/
asp.net faq : http://asp.net.do/faq/
foros de asp.net, en español : http://asp.net.do/foros/
===================================
"Peter Afonin" <pa*****@hotmail.comwrote in message
news:%2****************@TK2MSFTNGP03.phx.gbl...
Another strange thing - when I build a web site, I'm getting success messages. What do I building
then?

Thanks,

Peter

"Juan T. Llibre" <no***********@nowhere.comwrote in message
news:e9**************@TK2MSFTNGP03.phx.gbl...
>VS 2005 doesn't create any DLLs in the /bin directory.

They are only created if you use the aspnet_compiler.exe tool,
or if you use the Web Application Projects add-in for VS 2005.

Please review :

http://msdn2.microsoft.com/en-us/library/ms227972.aspx
for the aspnet_conpiler.exe tool
and
http://webproject.scottgu.com/
for the Web Application Projects Add-in.

Juan T. Llibre, asp.net MVP
aspnetfaq.com : http://www.aspnetfaq.com/
asp.net faq : http://asp.net.do/faq/
foros de asp.net, en español : http://asp.net.do/foros/
===================================
"Peter Afonin" <pa*****@hotmail.comwrote in message
news:%2****************@TK2MSFTNGP03.phx.gbl...
>>Thank you Juan,

Well, at first, when I go to Configuration Manager, I see only Debug option there (apart from
New and Edit). Then, after I rebuld everything successfully, there are no DLLs in my Bin folder.
So I guess I need to configure something else.

Peter
>>"Juan T. Llibre" <no***********@nowhere.comwrote in message
news:%2****************@TK2MSFTNGP04.phx.gbl.. .
re:
If I understand correctly, even if I precompiled my application, I still need to upload
aspx.vb
files to the server, correct?

No.

.cs or .vb files not in App_Code folder are compiled with the page
or resource that depends on it and the assembly is placed in the /bin folder.

Just make sure you transfer the contents of the /bin folder.

See :
http://msdn2.microsoft.com/en-us/library/e22s60h9.aspx for full details.


Juan T. Llibre, asp.net MVP
aspnetfaq.com : http://www.aspnetfaq.com/
asp.net faq : http://asp.net.do/faq/
foros de asp.net, en español : http://asp.net.do/foros/
===================================
"Peter Afonin" <pa*****@hotmail.comwrote in message
news:eZ**************@TK2MSFTNGP05.phx.gbl...
Hello,
>
I'm just starting to work with ASP.NET 2.0 and VS 2005.
>
If I understand correctly, even if I precompiled my application, I still need to upload
aspx.vb
files to the server, correct? The way I did it in VS.NET 2003 - uploaded only aspx and dll
files -
no longer works, correct? At least it didn't work for me.
>
Thank you,
>
--
Peter Afonin
>
>





Jul 16 '06 #7
Thank you, Juan.

Yes, I've tried publishing website, and it worked. I'll look into Project
add-in.

Peter

"Juan T. Llibre" <no***********@nowhere.comwrote in message
news:OG****************@TK2MSFTNGP04.phx.gbl...
Building a web site is local and, unless you have code issues, will work
100% of the time.

Try publishing your website with VS 2005,
(within the IDE, just below the "build" menu item) and deploying the
results.

You'll see several DLLs in the appropiate directories after you do that.

But, with the aspnet_compiler, and with the Web Application Project
add-in,
you get a much more granular control over the assemblies (DLLs) compiled.

Review the two links I sente you :
>http://msdn2.microsoft.com/en-us/library/ms227972.aspx
for the aspnet_conpiler.exe tool
and
http://webproject.scottgu.com/
for the Web Application Projects Add-in.

...and you will understand much better the available scenarios.

Juan T. Llibre, asp.net MVP
aspnetfaq.com : http://www.aspnetfaq.com/
asp.net faq : http://asp.net.do/faq/
foros de asp.net, en español : http://asp.net.do/foros/
===================================
"Peter Afonin" <pa*****@hotmail.comwrote in message
news:%2****************@TK2MSFTNGP03.phx.gbl...
>Another strange thing - when I build a web site, I'm getting success
messages. What do I building then?

Thanks,

Peter

"Juan T. Llibre" <no***********@nowhere.comwrote in message
news:e9**************@TK2MSFTNGP03.phx.gbl...
>>VS 2005 doesn't create any DLLs in the /bin directory.

They are only created if you use the aspnet_compiler.exe tool,
or if you use the Web Application Projects add-in for VS 2005.

Please review :

http://msdn2.microsoft.com/en-us/library/ms227972.aspx
for the aspnet_conpiler.exe tool
and
http://webproject.scottgu.com/
for the Web Application Projects Add-in.

Juan T. Llibre, asp.net MVP
aspnetfaq.com : http://www.aspnetfaq.com/
asp.net faq : http://asp.net.do/faq/
foros de asp.net, en español : http://asp.net.do/foros/
===================================
"Peter Afonin" <pa*****@hotmail.comwrote in message
news:%2****************@TK2MSFTNGP03.phx.gbl.. .
Thank you Juan,

Well, at first, when I go to Configuration Manager, I see only Debug
option there (apart from New and Edit). Then, after I rebuld everything
successfully, there are no DLLs in my Bin folder. So I guess I need to
configure something else.

Peter

"Juan T. Llibre" <no***********@nowhere.comwrote in message
news:%2****************@TK2MSFTNGP04.phx.gbl. ..
re:
>If I understand correctly, even if I precompiled my application, I
>still need to upload aspx.vb
>files to the server, correct?
>
No.
>
.cs or .vb files not in App_Code folder are compiled with the page
or resource that depends on it and the assembly is placed in the /bin
folder.
>
Just make sure you transfer the contents of the /bin folder.
>
See :
http://msdn2.microsoft.com/en-us/library/e22s60h9.aspx for full
details.
>
>
>
>
Juan T. Llibre, asp.net MVP
aspnetfaq.com : http://www.aspnetfaq.com/
asp.net faq : http://asp.net.do/faq/
foros de asp.net, en español : http://asp.net.do/foros/
===================================
"Peter Afonin" <pa*****@hotmail.comwrote in message
news:eZ**************@TK2MSFTNGP05.phx.gbl.. .
>Hello,
>>
>I'm just starting to work with ASP.NET 2.0 and VS 2005.
>>
>If I understand correctly, even if I precompiled my application, I
>still need to upload aspx.vb
>files to the server, correct? The way I did it in VS.NET 2003 -
>uploaded only aspx and dll files -
>no longer works, correct? At least it didn't work for me.
>>
>Thank you,
>>
>--
>Peter Afonin
>>
>>
>
>
>




Jul 16 '06 #8
re:
Thank you, Juan.
You're quite welcome, Peter.

re:
Yes, I've tried publishing website, and it worked.
Fantastic!

re:
I'll look into Project add-in.
Good luck with it!
It really gives programmers a lot of flexibility when deploying projects.


Juan T. Llibre, asp.net MVP
aspnetfaq.com : http://www.aspnetfaq.com/
asp.net faq : http://asp.net.do/faq/
foros de asp.net, en español : http://asp.net.do/foros/
===================================
"Peter Afonin" <pa*****@hotmail.comwrote in message news:O0**************@TK2MSFTNGP03.phx.gbl...
Thank you, Juan.

Yes, I've tried publishing website, and it worked. I'll look into Project add-in.

Peter

"Juan T. Llibre" <no***********@nowhere.comwrote in message
news:OG****************@TK2MSFTNGP04.phx.gbl...
>Building a web site is local and, unless you have code issues, will work 100% of the time.

Try publishing your website with VS 2005,
(within the IDE, just below the "build" menu item) and deploying the results.

You'll see several DLLs in the appropiate directories after you do that.

But, with the aspnet_compiler, and with the Web Application Project add-in,
you get a much more granular control over the assemblies (DLLs) compiled.

Review the two links I sent you :
>>http://msdn2.microsoft.com/en-us/library/ms227972.aspx
for the aspnet_compiler.exe tool
and
http://webproject.scottgu.com/
for the Web Application Projects Add-in.

...and you will understand much better the available scenarios.

Juan T. Llibre, asp.net MVP
aspnetfaq.com : http://www.aspnetfaq.com/
asp.net faq : http://asp.net.do/faq/
foros de asp.net, en español : http://asp.net.do/foros/
===================================
"Peter Afonin" <pa*****@hotmail.comwrote in message
news:%2****************@TK2MSFTNGP03.phx.gbl...
>>Another strange thing - when I build a web site, I'm getting success messages. What do I
building then?

Thanks,

Peter

"Juan T. Llibre" <no***********@nowhere.comwrote in message
news:e9**************@TK2MSFTNGP03.phx.gbl...
VS 2005 doesn't create any DLLs in the /bin directory.

They are only created if you use the aspnet_compiler.exe tool,
or if you use the Web Application Projects add-in for VS 2005.

Please review :

http://msdn2.microsoft.com/en-us/library/ms227972.aspx
for the aspnet_conpiler.exe tool
and
http://webproject.scottgu.com/
for the Web Application Projects Add-in.

Juan T. Llibre, asp.net MVP
aspnetfaq.com : http://www.aspnetfaq.com/
asp.net faq : http://asp.net.do/faq/
foros de asp.net, en español : http://asp.net.do/foros/
===================================
"Peter Afonin" <pa*****@hotmail.comwrote in message
news:%2****************@TK2MSFTNGP03.phx.gbl. ..
Thank you Juan,
>
Well, at first, when I go to Configuration Manager, I see only Debug option there (apart from
New and Edit). Then, after I rebuld everything successfully, there are no DLLs in my Bin
folder. So I guess I need to configure something else.
>
Peter

"Juan T. Llibre" <no***********@nowhere.comwrote in message
news:%2****************@TK2MSFTNGP04.phx.gbl.. .
>re:
>>If I understand correctly, even if I precompiled my application, I still need to upload
>>aspx.vb
>>files to the server, correct?
>>
>No.
>>
>.cs or .vb files not in App_Code folder are compiled with the page
>or resource that depends on it and the assembly is placed in the /bin folder.
>>
>Just make sure you transfer the contents of the /bin folder.
>>
>See :
>http://msdn2.microsoft.com/en-us/library/e22s60h9.aspx for full details.
>>
>>
>>
>>
>Juan T. Llibre, asp.net MVP
>aspnetfaq.com : http://www.aspnetfaq.com/
>asp.net faq : http://asp.net.do/faq/
>foros de asp.net, en español : http://asp.net.do/foros/
>===================================
>"Peter Afonin" <pa*****@hotmail.comwrote in message
>news:eZ**************@TK2MSFTNGP05.phx.gbl. ..
>>Hello,
>>>
>>I'm just starting to work with ASP.NET 2.0 and VS 2005.
>>>
>>If I understand correctly, even if I precompiled my application, I still need to upload
>>aspx.vb
>>files to the server, correct? The way I did it in VS.NET 2003 - uploaded only aspx and dll
>>files -
>>no longer works, correct? At least it didn't work for me.
>>>
>>Thank you,
>>>
>>--
>>Peter Afonin
>>>
>>>
>>
>>
>>
>
>




Jul 17 '06 #9

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

Similar topics

0
by: BradleyB | last post by:
Visual Studio 2005 Web Deployment Projects (Beta Preview) Visual Studio 2005 Web Deployment Projects provide additional functionality for building and deploying Web site applications that you...
7
by: dhussong | last post by:
I have created a Setup and Deployment project in Visual Studio.NET 2003. After my installation has completed running I'd like to launch the EXE that I just installed. I've found how to launch the...
11
by: Thom Little | last post by:
Create two ASP.NET applications. Run them on the development machine to make sure they are error free. Publish the fist application to the root of a remote webspace. Call a page and see that it...
2
by: bep | last post by:
I have a couple of web sites, some web services and some windows services that I need to deploy to our production servers. We used to use NANT with the VS 2003 applications. Now that we are using...
1
by: RandomElle | last post by:
Can anyone help me out with locating & using the package and deployment wizard for Access 2003? I have searched for HOURS and cannot find the Package & Deployment wizard for Access2003 anywhere on...
6
by: andrewbb | last post by:
I want to deploy a service with a windows app and the setup program must conform to the Vista certification requirements. Can that be done with the standard .net setup project? Assuming cost is...
0
by: MJDQCD | last post by:
I am trying to deploy an asp app to a localhost on another box. I have never done this and have installed miscrosofts Web deployment tool to aid me in this endevour Here is the relevent piece of the...
10
by: =?Utf-8?B?UHVuaXQgS2F1cg==?= | last post by:
Hi, I am developing a windows application in VS.NET 2005. The application is database driven and I need to deploy it on a client's pc. How should I go about developing such an application. I...
7
by: Cirene | last post by:
I used to use the Web Deployment Project with my VS2005 projects. Now I've fully upgraded to VS2008. Do I have to download a new version of the Web Deployment Project? If so where can I find...
0
by: superstar123 | last post by:
I'm working visual basic 6.0.Using vb 6 i create few projects.in that projects i used some activex control name("sstab and visual menuex") control.and its worked. but after installing vb 2005 (.net...
0
by: DolphinDB | last post by:
Tired of spending countless mintues downsampling your data? Look no further! In this article, you’ll learn how to efficiently downsample 6.48 billion high-frequency records to 61 million...
0
isladogs
by: isladogs | last post by:
The next Access Europe meeting will be on Wednesday 6 Mar 2024 starting at 18:00 UK time (6PM UTC) and finishing at about 19:15 (7.15PM). In this month's session, we are pleased to welcome back...
1
isladogs
by: isladogs | last post by:
The next Access Europe meeting will be on Wednesday 6 Mar 2024 starting at 18:00 UK time (6PM UTC) and finishing at about 19:15 (7.15PM). In this month's session, we are pleased to welcome back...
0
by: jfyes | last post by:
As a hardware engineer, after seeing that CEIWEI recently released a new tool for Modbus RTU Over TCP/UDP filtering and monitoring, I actively went to its official website to take a look. It turned...
1
by: PapaRatzi | last post by:
Hello, I am teaching myself MS Access forms design and Visual Basic. I've created a table to capture a list of Top 30 singles and forms to capture new entries. The final step is a form (unbound)...
1
by: CloudSolutions | last post by:
Introduction: For many beginners and individual users, requiring a credit card and email registration may pose a barrier when starting to use cloud servers. However, some cloud server providers now...
0
by: af34tf | last post by:
Hi Guys, I have a domain whose name is BytesLimited.com, and I want to sell it. Does anyone know about platforms that allow me to list my domain in auction for free. Thank you
0
by: Faith0G | last post by:
I am starting a new it consulting business and it's been a while since I setup a new website. Is wordpress still the best web based software for hosting a 5 page website? The webpages will be...
0
isladogs
by: isladogs | last post by:
The next Access Europe User Group meeting will be on Wednesday 3 Apr 2024 starting at 18:00 UK time (6PM UTC+1) and finishing by 19:30 (7.30PM). In this session, we are pleased to welcome former...

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.